Index: Source/devtools/front_end/timeline/module.json |
diff --git a/Source/devtools/front_end/timeline/module.json b/Source/devtools/front_end/timeline/module.json |
index b2d212007033bb7e34a16ff6fb7098a889d39264..6ae341ca22bf483112aa283457c05747ee3ed953 100644 |
--- a/Source/devtools/front_end/timeline/module.json |
+++ b/Source/devtools/front_end/timeline/module.json |
@@ -19,6 +19,17 @@ |
"type": "@WebInspector.QueryParamHandler", |
"name": "loadTimelineFromURL", |
"className": "WebInspector.LoadTimelineHandler" |
+ }, |
+ { |
+ "type": "@WebInspector.ActionDelegate", |
+ "actionId": "timeline.toggle-recording", |
+ "iconClass": "record-toolbar-item", |
+ "className": "WebInspector.TimelinePanel.RecordActionDelegate", |
+ "bindings": [ |
+ { |
+ "shortcut": "Ctrl+E" |
+ } |
+ ] |
} |
], |
"dependencies": [ |