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

Unified Diff: chrome/common/pref_names.cc

Issue 63173016: DevTools: place DevTools WebContents underneath inspected WebContents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698