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

Unified Diff: Source/devtools/front_end/extensions/ExtensionPanel.js

Issue 671463002: DevTools: make flame chart a web component. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test fixed Created 6 years, 2 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/extensions/ExtensionPanel.js
diff --git a/Source/devtools/front_end/extensions/ExtensionPanel.js b/Source/devtools/front_end/extensions/ExtensionPanel.js
index 32569a77ee05d88030878f88a0c85bf49cecfe3c..727f8b3ed88259119915c87a2f83c1fe55a46143 100644
--- a/Source/devtools/front_end/extensions/ExtensionPanel.js
+++ b/Source/devtools/front_end/extensions/ExtensionPanel.js
@@ -47,7 +47,7 @@ WebInspector.ExtensionPanel = function(server, id, pageURL)
this._searchableView = new WebInspector.SearchableView(this);
this._searchableView.show(this.element);
- var extensionView = new WebInspector.ExtensionView(server, id, pageURL, "extension panel");
+ var extensionView = new WebInspector.ExtensionView(server, id, pageURL, "extension");
extensionView.show(this._searchableView.element);
this.setDefaultFocusedElement(extensionView.defaultFocusedElement());
}
« no previous file with comments | « Source/devtools/front_end/elements/ElementsTreeOutline.js ('k') | Source/devtools/front_end/host/Platform.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698