| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 931efc837dcedcd9ad6c9b3502b1036119c746d6..5accd3648e7e85a81528a4252392a523f9f840db 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1796,9 +1796,6 @@ const char kDevToolsEditedFiles[] = "devtools.edited_files";
|
| // List of file system paths added in DevTools.
|
| const char kDevToolsFileSystemPaths[] = "devtools.file_system_paths";
|
|
|
| -// Integer location of the horizontal split bar in the browser view.
|
| -const char kDevToolsHSplitLocation[] = "devtools.split_location";
|
| -
|
| // A boolean specifying whether dev tools window should be opened docked.
|
| const char kDevToolsOpenDocked[] = "devtools.open_docked";
|
|
|
| @@ -1819,9 +1816,6 @@ const char kDevToolsPortForwardingConfig[] = "devtools.port_forwarding_config";
|
| const char kDevToolsRemoteEnabled[] = "devtools.remote_enabled";
|
| #endif
|
|
|
| -// Integer location of the vertical split bar in the browser view.
|
| -const char kDevToolsVSplitLocation[] = "devtools.v_split_location";
|
| -
|
| #if defined(OS_ANDROID) || defined(OS_IOS)
|
| // A boolean specifying whether a SPDY proxy is enabled.
|
| const char kSpdyProxyAuthEnabled[] = "spdy_proxy.enabled";
|
|
|