Chromium Code Reviews| 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"; |