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

Unified Diff: chrome/common/pref_names.cc

Issue 2253683002: [DevTools] Introduce a target discovery preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 c5e2281e46302123a519a601b8829dcd848ac14b..b63a62f0c613985f158d6d461876d29e272c3475 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1538,6 +1538,10 @@ const char kDevToolsPortForwardingDefaultSet[] =
// A dictionary of port->location pairs for port forwarding.
const char kDevToolsPortForwardingConfig[] = "devtools.port_forwarding_config";
+// A list of strings representing devtools target discovery servers
dgozman 2016/08/16 20:24:33 nit: please add a full stop at the end.
eostroukhov-old 2016/08/16 23:55:33 Done.
+const char kDevToolsTargetDiscoveryConfig[] =
+ "devtools.target_discovery_config";
+
// A dictionary with generic DevTools settings.
const char kDevToolsPreferences[] = "devtools.preferences";
« chrome/browser/devtools/device/devtools_android_bridge.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698