| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 37b44c379dae9233631f417a68270107023293a3..3ab26ea38cf3eeafc9a82fce7b3d3deb75a99cd3 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1537,9 +1537,13 @@ 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.
|
| +const char kDevToolsDiscoverTCPTargetsEnabled[] =
|
| + "devtools.discover_tcp_targets";
|
| +
|
| // 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";
|
|
|