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

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

Issue 2205123003: DevTools: introduce view locations, allow opening views by id. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 4 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 ef6f3308650826db51edb2781f51c7e73e5233b9..cdc0ff4da0ed361008ce58b705ce52663cc7808e 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/network/module.json
@@ -61,7 +61,7 @@
{
"type": "view",
"location": "drawer-view",
- "name": "network.blocked-urls",
+ "id": "network.blocked-urls",
"title": "Request blocking",
"persistence": "closeable",
"order": 60,
@@ -71,7 +71,7 @@
{
"type": "view",
"location": "drawer-view",
- "name": "network.config",
+ "id": "network.config",
"title": "Network conditions",
"persistence": "closeable",
"order": 40,

Powered by Google App Engine
This is Rietveld 408576698