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

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

Issue 2864263002: [DevTools] Expose TCP targets config in frontend, use it for Node (Closed)
Patch Set: panel Created 3 years, 7 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 597a0bf3f49f2d17532514a47f9681ee567bbcdb..73ec76175419f2785d0c68cef6755962dea29dcd 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -26,7 +26,7 @@
{ "name": "resources", "condition": "!v8only" },
{ "name": "audits", "condition": "!v8only" },
{ "name": "audits2", "condition": "!v8only" },
- { "name": "devices", "condition": "!v8only" },
+ { "name": "devices" },
{ "name": "security", "condition": "!v8only" },
{ "name": "console" },
{ "name": "source_frame" },

Powered by Google App Engine
This is Rietveld 408576698