Index: Source/devtools/front_end/network/module.json |
diff --git a/Source/devtools/front_end/network/module.json b/Source/devtools/front_end/network/module.json |
index 96404319d5323968aa575440402a7b82e9a39818..2a90d03a4970273b4860797a7b1f4f57846051b2 100644 |
--- a/Source/devtools/front_end/network/module.json |
+++ b/Source/devtools/front_end/network/module.json |
@@ -33,6 +33,23 @@ |
"settingName": "networkColorCodeResourceTypes", |
"settingType": "boolean", |
"defaultValue": false |
+ }, |
+ { |
+ "type": "@WebInspector.ActionDelegate", |
+ "actionId": "network.toggle-recording", |
+ "iconClass": "record-toolbar-item", |
+ "contextTypes": ["WebInspector.NetworkPanel"], |
+ "className": "WebInspector.NetworkPanel.RecordActionDelegate", |
+ "bindings": [ |
+ { |
+ "platform": "windows,linux", |
+ "shortcut": "Ctrl+E" |
+ }, |
+ { |
+ "platform": "mac", |
+ "shortcut": "Meta+E" |
+ } |
+ ] |
} |
], |
"dependencies": [ |