| Index: Source/devtools/front_end/common/Settings.js
|
| diff --git a/Source/devtools/front_end/common/Settings.js b/Source/devtools/front_end/common/Settings.js
|
| index d7551bd5fdba6482bcead76e9b4b9602d1b81bc5..e3ab11ec607050d77b141f052b65467e197e8979 100644
|
| --- a/Source/devtools/front_end/common/Settings.js
|
| +++ b/Source/devtools/front_end/common/Settings.js
|
| @@ -291,7 +291,6 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled)
|
| // Add currently running experiments here.
|
| this.applyCustomStylesheet = this._createExperiment("applyCustomStylesheet", "Allow custom UI themes");
|
| this.canvasInspection = this._createExperiment("canvasInspection ", "Canvas inspection");
|
| - this.colorPicker = this._createExperiment("colorPicker", "Color picker", true);
|
| this.devicesPanel = this._createExperiment("devicesPanel", "Devices panel");
|
| this.disableAgentsWhenProfile = this._createExperiment("disableAgentsWhenProfile", "Disable other agents and UI when profiler is active", true);
|
| this.dockToLeft = this._createExperiment("dockToLeft", "Dock to left", true);
|
|
|