Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: Source/devtools/front_end/components/TargetsComboBoxController.js

Issue 472453002: DevTools: move "Workers in main window" out of experiments (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/components/TargetsComboBoxController.js
diff --git a/Source/devtools/front_end/components/TargetsComboBoxController.js b/Source/devtools/front_end/components/TargetsComboBoxController.js
index 9a2e7aacc6f6ab85bf660d2032a5b9c71e7e90d1..12d5ff572fceeb36e4a96002afc51fa83d9f5113 100644
--- a/Source/devtools/front_end/components/TargetsComboBoxController.js
+++ b/Source/devtools/front_end/components/TargetsComboBoxController.js
@@ -16,8 +16,6 @@ WebInspector.TargetsComboBoxController = function(selectElement, elementToHide)
this._elementToHide = elementToHide;
/** @type {!Map.<!WebInspector.Target, !Element>} */
this._targetToOption = new Map();
- if (!WebInspector.experimentsSettings.workersInMainWindow.isEnabled())
- return;
WebInspector.context.addFlavorChangeListener(WebInspector.Target, this._targetChangedExternally, this);
WebInspector.targetManager.observeTargets(this);
« no previous file with comments | « Source/devtools/front_end/common/Settings.js ('k') | Source/devtools/front_end/components/WorkerFrontendManager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698