Bug 833560 - Part 2: Add timings to Plugin Hang UI telemetry. r=vdjeric
This commit is contained in:
@@ -563,7 +563,8 @@ PluginModuleParent::LaunchHangUI()
|
||||
delete mHangUIParent;
|
||||
mHangUIParent = nullptr;
|
||||
}
|
||||
mHangUIParent = new PluginHangUIParent(this);
|
||||
mHangUIParent = new PluginHangUIParent(this,
|
||||
Preferences::GetInt(kHangUITimeoutPref, 0));
|
||||
nsAutoString pluginName;
|
||||
if (!GetPluginName(pluginName)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user