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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js

Issue 2412023002: DevTools: migrate InspectorView to tabbed view location. (Closed)
Patch Set: made layers panel closeable. Created 4 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: third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js b/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
index c998c7696ab095a5c79a31c99c94d8e3927b30f7..bc31906e5396e04a5c1898f5bf98d3711474063f 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
+++ b/third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js
@@ -531,11 +531,6 @@ WebInspector.AuditResultSidebarTreeElement.prototype = {
__proto__: TreeElement.prototype
}
-WebInspector.AuditsPanel.show = function()
-{
- WebInspector.inspectorView.setCurrentPanel(WebInspector.AuditsPanel.instance());
-}
-
/**
* @return {!WebInspector.AuditsPanel}
*/

Powered by Google App Engine
This is Rietveld 408576698