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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/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/network/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/network/module.json b/third_party/WebKit/Source/devtools/front_end/network/module.json
index 45e112699f59e9c51c1c8e8786ff82ee98026c4a..63f5ac7939407761fcf9996b5bd8c2776c764521 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/network/module.json
@@ -68,6 +68,18 @@
"experiment": "requestBlocking"
},
{
+ "type": "@WebInspector.ActionDelegate",
+ "actionId": "network.show-config",
+ "title": "Network conditions",
+ "className": "WebInspector.NetworkConfigView.ShowActionDelegate"
+ },
+ {
+ "type": "context-menu-item",
+ "location": "mainMenu/tools/open",
+ "order": 60,
+ "actionId": "network.show-config"
+ },
+ {
"type": "drawer-view",
"name": "network.config",
"title": "Network conditions",

Powered by Google App Engine
This is Rietveld 408576698