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

Unified Diff: Source/devtools/front_end/main/SimpleApp.js

Issue 283063003: DevTools: Implement extension-based status bar buttons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 7 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
Index: Source/devtools/front_end/main/SimpleApp.js
diff --git a/Source/devtools/front_end/main/SimpleApp.js b/Source/devtools/front_end/main/SimpleApp.js
index 4de0bf0509b01f42a6b28f6ffc10d3774df8c59e..4eb54aef5996b9668d35d14cb877187c5098994e 100644
--- a/Source/devtools/front_end/main/SimpleApp.js
+++ b/Source/devtools/front_end/main/SimpleApp.js
@@ -12,12 +12,6 @@ WebInspector.SimpleApp = function()
};
WebInspector.SimpleApp.prototype = {
- createGlobalStatusBarItems: function()
- {
- this.appendInspectStatusBarItem();
- this.appendSettingsStatusBarItem();
- },
-
createRootView: function()
{
var rootView = new WebInspector.RootView();

Powered by Google App Engine
This is Rietveld 408576698