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

Unified Diff: chrome/common/chrome_switches.cc

Issue 146363002: Linux Aura: Use system title bar is now set by preference, not flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename BrowserView pref registration functions. Created 6 years, 10 months 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/chrome_switches.h ('k') | ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 835f4336db18db9c2bf7132f40cef16b83ae8b4a..22f9d501af636c69d156e57283684ba89d60f117 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1494,11 +1494,6 @@ const char kMaxSpdyConcurrentStreams[] = "max-spdy-concurrent-streams";
// all of its state.
const char kUserDataDir[] = "user-data-dir";
-// Use the system-provided title bar and window dressing. Only affects Linux
-// Aura. Temporarily activated by a switch; eventually to be dynamically
-// changeable with the kUseCustomChromeFrame preference as with the GTK version.
-const char kUseSystemTitleBar[] = "use-system-title-bar";
-
// Examines a .crx for validity and prints the result.
const char kValidateCrx[] = "validate-crx";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698