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

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

Issue 422313002: DevTools: Remove editor in drawer experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/devtools/front_end/components/Drawer.js ('k') | Source/devtools/front_end/sources/SourcesPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/components/InspectorView.js
diff --git a/Source/devtools/front_end/components/InspectorView.js b/Source/devtools/front_end/components/InspectorView.js
index 10bb691f874b9295088eeae5d47651a38760ee5e..f9248919e98f9874346a0fe2c553092fa7a9ac59 100644
--- a/Source/devtools/front_end/components/InspectorView.js
+++ b/Source/devtools/front_end/components/InspectorView.js
@@ -198,32 +198,6 @@ WebInspector.InspectorView.prototype = {
this._drawer.initialPanelShown();
},
- showDrawerEditor: function()
- {
- this._drawer.showDrawerEditor();
- },
-
- /**
- * @return {boolean}
- */
- isDrawerEditorShown: function()
- {
- return this._drawer.isDrawerEditorShown();
- },
-
- hideDrawerEditor: function()
- {
- this._drawer.hideDrawerEditor();
- },
-
- /**
- * @param {boolean} available
- */
- setDrawerEditorAvailable: function(available)
- {
- this._drawer.setDrawerEditorAvailable(available);
- },
-
_tabSelected: function()
{
var panelName = this._tabbedPane.selectedTabId;
« no previous file with comments | « Source/devtools/front_end/components/Drawer.js ('k') | Source/devtools/front_end/sources/SourcesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698