| Index: third_party/WebKit/Source/devtools/front_end/timeline/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/module.json b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
|
| index 880d4cee5779117be9421ab272c6ac1a88723921..b65c7ba696a9fb29678dad11cc9c212037fc893b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/module.json
|
| @@ -64,6 +64,27 @@
|
| },
|
| {
|
| "type": "@UI.ActionDelegate",
|
| + "actionId": "timeline.record-reload",
|
| + "iconClass": "largeicon-refresh",
|
| + "contextTypes": [
|
| + "Timeline.TimelinePanel"
|
| + ],
|
| + "category": "Performance",
|
| + "title": "Start profiling and reload page",
|
| + "className": "Timeline.TimelinePanel.ActionDelegate",
|
| + "bindings": [
|
| + {
|
| + "platform": "windows,linux",
|
| + "shortcut": "Ctrl+Shift+E"
|
| + },
|
| + {
|
| + "platform": "mac",
|
| + "shortcut": "Meta+Shift+E"
|
| + }
|
| + ]
|
| + },
|
| + {
|
| + "type": "@UI.ActionDelegate",
|
| "category": "Timeline",
|
| "actionId": "timeline.save-to-file",
|
| "contextTypes": [
|
|
|