| 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 92dca2e3cfa89813ffaba33a0b6ddd4f92c152cb..0aa43274a933841eb3c43995cc5fffdd5bf08b5c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| @@ -100,6 +100,18 @@
|
| "persistence": "closeable",
|
| "order": 100,
|
| "className": "WebInspector.SensorsView"
|
| + },
|
| + {
|
| + "type": "@WebInspector.ActionDelegate",
|
| + "actionId": "emulation.open-app-banner",
|
| + "className": "WebInspector.DeviceModeView.ActionDelegate",
|
| + "title": "Open app banner"
|
| + },
|
| + {
|
| + "type": "context-menu-item",
|
| + "location": "deviceModeMenu/tools",
|
| + "order": 10,
|
| + "actionId": "emulation.open-app-banner"
|
| }
|
| ],
|
| "dependencies": [
|
|
|