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

Unified Diff: chrome/common/pref_names.cc

Issue 2284083002: [DevTools] A setting for TCP discovery enablement (Closed)
Patch Set: 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: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 26bfd2767e455caa5ec63c292271cf2fc8e3a4b1..ae6fac8854c77edfcec7e4343f3d7956956d69ff 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1534,9 +1534,12 @@ const char kDevToolsPortForwardingDefaultSet[] =
// A dictionary of port->location pairs for port forwarding.
const char kDevToolsPortForwardingConfig[] = "devtools.port_forwarding_config";
+// A boolean specifying whether or not Chrome will scan for available remote
+// debugging targets
dgozman 2016/08/26 23:31:43 Full stop please.
eostroukhov 2016/08/29 22:06:31 Done.
+const char kDevToolsTCPDiscoveryEnabled[] = "devtools.tcp_discovery_enabled";
+
// A list of strings representing devtools target discovery servers.
-const char kDevToolsTargetDiscoveryConfig[] =
- "devtools.target_discovery_config";
+const char kDevToolsTCPDiscoveryConfig[] = "devtools.tcp_discovery_config";
// A dictionary with generic DevTools settings.
const char kDevToolsPreferences[] = "devtools.preferences";

Powered by Google App Engine
This is Rietveld 408576698