Chromium Code Reviews| 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 9ac77fea5169d3d95b8424b76e950f6ffceed484..bd609696ab5e51a4f15f3497ed2d750bf099f3b1 100644 |
| --- a/Source/devtools/front_end/common/Settings.js |
| +++ b/Source/devtools/front_end/common/Settings.js |
| @@ -294,6 +294,7 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled) |
| 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); |
| + this.documentation = this._createExperiment("documentation", "Documentation for JS and CSS"); |
|
yurys
2014/08/08 13:07:47
hidden=true?
semeny
2014/08/08 14:54:44
Done.
|
| this.fileSystemInspection = this._createExperiment("fileSystemInspection", "FileSystem inspection"); |
| this.frameworksDebuggingSupport = this._createExperiment("frameworksDebuggingSupport", "JavaScript frameworks debugging"); |
| this.gpuTimeline = this._createExperiment("gpuTimeline", "GPU data on timeline", true); |