| Index: third_party/WebKit/Source/devtools/front_end/main/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| index 9c4c3090b676465f1ab25ed187d1bd5c044b9ffa..cb9cd42cdd3eac2697620ea1c695f2de15411c93 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| @@ -178,12 +178,6 @@
|
| ]
|
| },
|
| {
|
| - "type": "@WebInspector.ActionDelegate",
|
| - "actionId": "main.show-rendering-options",
|
| - "title": "Rendering settings",
|
| - "className": "WebInspector.RenderingOptionsView.ShowActionDelegate"
|
| - },
|
| - {
|
| "type": "@WebInspector.ToolbarItem.Provider",
|
| "separator": true,
|
| "location": "main-toolbar-left",
|
| @@ -321,16 +315,10 @@
|
| "type": "context-menu-item",
|
| "location": "mainMenu/navigate",
|
| "title": "More tools",
|
| - "subMenuId": "mainMenu/tools",
|
| + "subMenuId": "mainMenuMoreTools",
|
| "order": 80
|
| },
|
| {
|
| - "type": "context-menu-item",
|
| - "location": "mainMenu/tools/open",
|
| - "order": 80,
|
| - "actionId": "main.show-rendering-options"
|
| - },
|
| - {
|
| "type": "drawer-view",
|
| "name": "rendering",
|
| "title": "Rendering",
|
|
|