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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inspector.json

Issue 2695423002: [Devtools] Added provider for NetworkLookupInterface to ProductRegistry (Closed)
Patch Set: changes Created 3 years, 10 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/inspector.json
diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.json b/third_party/WebKit/Source/devtools/front_end/inspector.json
index 20aa6527fd680d9a53ad3ad77c40c291af137f7c..cfff81cbdc86afc7de271a16e26b710e1fdc2c1c 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -17,6 +17,7 @@
{ "name": "services", "type": "autostart" },
{ "name": "elements", "condition": "!v8only" },
{ "name": "network", "condition": "!v8only" },
+ { "name": "network_group_lookup", "condition": "!v8only", "type": "remote" },
{ "name": "sources" },
{ "name": "timeline", "condition": "!v8only" },
{ "name": "timeline_model", "condition": "!v8only" },

Powered by Google App Engine
This is Rietveld 408576698