| 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..a43365cc7bd736ed9baa3259c082f7beb9f25ae2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
|
| @@ -40,7 +40,10 @@
|
| "type": "@WebInspector.ActionDelegate",
|
| "actionId": "emulation.toggle-device-mode",
|
| "className": "WebInspector.DeviceModeView.ActionDelegate",
|
| + "condition": "can_dock",
|
| "experiment": "deviceMode",
|
| + "title": "Toggle device mode",
|
| + "iconClass": "phone-toolbar-item",
|
| "bindings": [
|
| {
|
| "platform": "windows,linux",
|
| @@ -53,11 +56,11 @@
|
| ]
|
| },
|
| {
|
| - "type": "@WebInspector.ActionDelegate",
|
| - "actionId": "emulation.toggle-device-toolbar",
|
| - "className": "WebInspector.DeviceModeView.ActionDelegate",
|
| - "experiment": "deviceMode",
|
| - "title": "Toggle device toolbar"
|
| + "type": "@WebInspector.ToolbarItem.Provider",
|
| + "actionId": "emulation.toggle-device-mode",
|
| + "condition": "can_dock",
|
| + "location": "main-toolbar-left",
|
| + "order": 1
|
| },
|
| {
|
| "type": "@WebInspector.Revealer",
|
|
|