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

Unified Diff: Source/devtools/front_end/profiler/module.json

Issue 268293003: DevTools: Get rid of WebInspector.panels (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/profiler/module.json
diff --git a/Source/devtools/front_end/profiler/module.json b/Source/devtools/front_end/profiler/module.json
index 37a56799c4d209ebc8299e22a4e7b1009897fc52..59c8a2ec82a7c0b8457a502c95633e2f41ff696c 100644
--- a/Source/devtools/front_end/profiler/module.json
+++ b/Source/devtools/front_end/profiler/module.json
@@ -13,6 +13,11 @@
"className": "WebInspector.ProfilesPanel.ContextMenuProvider"
},
{
+ "type": "@WebInspector.Revealer",
+ "contextTypes": ["WebInspector.ProfileHeader"],
+ "className": "WebInspector.ProfilesPanel.ProfileRevealer"
+ },
+ {
"type": "ui-setting",
"section": "Profiler",
"title": "Show advanced heap snapshot properties",

Powered by Google App Engine
This is Rietveld 408576698