| 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": [
|
|
|