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

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

Issue 2560353002: DevTools: move the GC button into the memory panel. (Closed)
Patch Set: Created 4 years 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/profiler/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/module.json b/third_party/WebKit/Source/devtools/front_end/profiler/module.json
index 81a4beea5216b97d255843f76873ce18f9689cc7..4853542b3c1868de108ea10f7cb813ffb00a988b 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/module.json
@@ -65,6 +65,13 @@
"shortcut": "Meta+E"
}
]
+ },
+ {
+ "type": "@UI.ActionDelegate",
+ "actionId": "profiler.collect-garbage",
+ "title": "Collect garbage",
+ "iconClass": "largeicon-trash-bin",
+ "className": "Profiler.ProfilesPanel.GCActionDelegate"
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698