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

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

Issue 2370573002: DevTools: enable front-end to use external services for additional capabilities. (Closed)
Patch Set: review addressed Created 4 years, 3 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 7d035090a78b0df2b30496052867d558c9f4312f..529c6f0061bfb511be55961a8ed73ee8c62d0928 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -14,6 +14,7 @@
{ "name": "extensions", "type": "autostart" },
{ "name": "ui_lazy" },
{ "name": "components_lazy" },
+ { "name": "services" },
{ "name": "elements", "condition": "!v8only" },
{ "name": "network", "condition": "!v8only" },
{ "name": "sources" },

Powered by Google App Engine
This is Rietveld 408576698