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 e3ab11ec607050d77b141f052b65467e197e8979..c272470e8cd0bbb78097226351461ed218ab142e 100644 |
| --- a/Source/devtools/front_end/common/Settings.js |
| +++ b/Source/devtools/front_end/common/Settings.js |
| @@ -294,7 +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", true); |
|
lushnikov
2014/09/04 12:27:24
let's use "JavaScript documentation"
P.S. sorry f
semeny
2014/09/04 13:20:37
Done.
|
| + this.documentation = this._createExperiment("documentation", "Documentation for JS", true); |
| this.fileSystemInspection = this._createExperiment("fileSystemInspection", "FileSystem inspection"); |
| this.gpuTimeline = this._createExperiment("gpuTimeline", "GPU data on timeline", true); |
| this.layersPanel = this._createExperiment("layersPanel", "Layers panel"); |