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