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 e1b111ad59b1162a70213e25a30597d49c6f7ea7..38db95b9736aefa9a0841c0b2ce1b6a4e802c8eb 100644 |
--- a/Source/devtools/front_end/common/Settings.js |
+++ b/Source/devtools/front_end/common/Settings.js |
@@ -294,7 +294,6 @@ 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.editorInDrawer = this._createExperiment("showEditorInDrawer", "Editor in drawer", true); |
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); |
@@ -598,7 +597,6 @@ WebInspector.VersionController.prototype = { |
"sourcesPanelNavigatorSplitViewState": "sourcesPanelNavigatorSplitViewState", |
"elementsPanelSplitViewState": "elementsPanelSplitViewState", |
"canvasProfileViewReplaySplitViewState": "canvasProfileViewReplaySplitViewState", |
- "editorInDrawerSplitViewState": "editorInDrawerSplitViewState", |
"stylesPaneSplitViewState": "stylesPaneSplitViewState", |
"sourcesPanelDebuggerSidebarSplitViewState": "sourcesPanelDebuggerSidebarSplitViewState" |
}; |