Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(525)

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/module.json

Issue 2142303002: Revert of DevTools: automatically populate 'More tools' submenu with the drawer views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 cb9cd42cdd3eac2697620ea1c695f2de15411c93..9c4c3090b676465f1ab25ed187d1bd5c044b9ffa 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
@@ -178,6 +178,12 @@
]
},
{
+ "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",
@@ -315,8 +321,14 @@
"type": "context-menu-item",
"location": "mainMenu/navigate",
"title": "More tools",
- "subMenuId": "mainMenuMoreTools",
+ "subMenuId": "mainMenu/tools",
"order": 80
+ },
+ {
+ "type": "context-menu-item",
+ "location": "mainMenu/tools/open",
+ "order": 80,
+ "actionId": "main.show-rendering-options"
},
{
"type": "drawer-view",

Powered by Google App Engine
This is Rietveld 408576698