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