| 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 0375d4f9a43bb1869b528c8c55bd836ebd10fdb8..112155d1e9d379b0dc83aa139099f1dfcd7789cf 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| @@ -28,8 +28,10 @@
|
| {
|
| "type": "@WebInspector.ActionDelegate",
|
| "actionId": "emulation.capture-screenshot",
|
| + "category": "Mobile",
|
| "className": "WebInspector.DeviceModeWrapper.ActionDelegate",
|
| - "title": "Capture screenshot"
|
| + "title": "Capture screenshot",
|
| + "tags": "device"
|
| },
|
| {
|
| "type": "context-menu-item",
|
| @@ -69,6 +71,18 @@
|
| "tags": "device"
|
| },
|
| {
|
| + "type": "setting",
|
| + "category": "Mobile",
|
| + "settingName": "emulation.showDeviceOutline",
|
| + "settingType": "boolean",
|
| + "defaultValue": false,
|
| + "options": [
|
| + {"value": true, "title": "Show device frame"},
|
| + {"value": false, "title": "Hide device frame"}
|
| + ],
|
| + "tags": "device"
|
| + },
|
| + {
|
| "type": "settings-view",
|
| "name": "devices",
|
| "title": "Devices",
|
|
|