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 b826e276feb750c5fddf2caeb7e279194fdceaa7..5abb6729b566bde224148e97fa6007e6041dc042 100644 |
--- a/Source/devtools/front_end/profiler/module.json |
+++ b/Source/devtools/front_end/profiler/module.json |
@@ -35,6 +35,18 @@ |
"settingName": "highResolutionCpuProfiling", |
"settingType": "boolean", |
"defaultValue": false |
+ }, |
+ { |
+ "type": "@WebInspector.ActionDelegate", |
+ "actionId": "profiler.toggle-recording", |
+ "iconClass": "record-toolbar-item", |
+ "contextTypes": ["WebInspector.ProfilesPanel"], |
+ "className": "WebInspector.ProfilesPanel.RecordActionDelegate", |
+ "bindings": [ |
+ { |
+ "shortcut": "Ctrl+E" |
+ } |
+ ] |
} |
], |
"dependencies": [ |