| 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 9d94d56e28fbd11ec3bbb557641799396515f7a3..fa9653ef1da7f833bb62080692704d5210e91b48 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| @@ -47,6 +47,20 @@
|
| "order": 1
|
| },
|
| {
|
| + "type": "@UI.ActionDelegate",
|
| + "actionId": "emulation.capture-full-height-screenshot",
|
| + "category": "Mobile",
|
| + "className": "Emulation.DeviceModeWrapper.ActionDelegate",
|
| + "title": "Capture full size screenshot",
|
| + "tags": "device"
|
| + },
|
| + {
|
| + "type": "context-menu-item",
|
| + "location": "deviceModeMenu/tools",
|
| + "order": 13,
|
| + "actionId": "emulation.capture-full-height-screenshot"
|
| + },
|
| + {
|
| "type": "setting",
|
| "category": "Mobile",
|
| "settingName": "showMediaQueryInspector",
|
|
|