Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/devices/module.json |
| diff --git a/third_party/WebKit/Source/devtools/front_end/devices/module.json b/third_party/WebKit/Source/devtools/front_end/devices/module.json |
| index 42a7695b5cdc6b8b9e0a424268c18b8fdc5a4b9e..5e98335dc09dc7583bd0e2043facd02b37ebccb3 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/devices/module.json |
| +++ b/third_party/WebKit/Source/devtools/front_end/devices/module.json |
| @@ -1,23 +1,17 @@ |
| { |
| "extensions": [ |
| { |
| - "type": "@WebInspector.ActionDelegate", |
| - "category": "Mobile", |
| - "actionId": "devices.dialog.show", |
| - "className": "WebInspector.DevicesDialog.ActionDelegate", |
| - "title": "Inspect devices\u2026" |
| - }, |
| - { |
| - "type": "context-menu-item", |
| - "location": "mainMenu/tools/open", |
| + "type": "drawer-view", |
| + "name": "remote-devices", |
| + "title": "Remote devices", |
| + "persistence": "closeable", |
| "order": 50, |
| - "actionId": "devices.dialog.show" |
| + "className": "WebInspector.DevicesView" |
|
dgozman
2016/07/09 01:12:15
Let's add tags: usb, android, mobile
pfeldman
2016/07/09 01:37:03
Done.
|
| } |
| ], |
| "dependencies": ["platform", "ui", "host", "components"], |
| "scripts": [ |
| - "DevicesView.js", |
| - "DevicesDialog.js" |
| + "DevicesView.js" |
| ], |
| "resources": [ |
| "devicesView.css" |