| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index b8e0e74da57e3db64b415c63fe9f2c513d8979e0..2966dbf9042ab98dbc0c56fe6dac33e9e8407a26 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1619,6 +1619,9 @@ const char kDevToolsPortForwardingDefaultSet[] =
|
| // A dictionary of port->location pairs for port forwarding.
|
| const char kDevToolsPortForwardingConfig[] = "devtools.port_forwarding_config";
|
|
|
| +// A dictionary with generic DevTools settings.
|
| +const char kDevToolsPreferences[] = "devtools.preferences";
|
| +
|
| #if defined(OS_ANDROID)
|
| // A boolean specifying whether remote dev tools debugging is enabled.
|
| const char kDevToolsRemoteEnabled[] = "devtools.remote_enabled";
|
|
|