Index: third_party/WebKit/Source/devtools/front_end/emulation/module.json |
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/module.json b/third_party/WebKit/Source/devtools/front_end/emulation/module.json |
index a007bb3a98185c4f700ace22f814f7439288cb38..0375d4f9a43bb1869b528c8c55bd836ebd10fdb8 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/emulation/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/module.json |
@@ -26,6 +26,18 @@ |
] |
}, |
{ |
+ "type": "@WebInspector.ActionDelegate", |
+ "actionId": "emulation.capture-screenshot", |
+ "className": "WebInspector.DeviceModeWrapper.ActionDelegate", |
+ "title": "Capture screenshot" |
+ }, |
+ { |
+ "type": "context-menu-item", |
+ "location": "deviceModeMenu/tools", |
+ "order": 12, |
+ "actionId": "emulation.capture-screenshot" |
+ }, |
+ { |
"type": "@WebInspector.ToolbarItem.Provider", |
"actionId": "emulation.toggle-device-mode", |
"condition": "can_dock", |