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

Unified Diff: chrome/common/chrome_switches.cc

Issue 111723012: Linux Aura: Added --use-system-title-bar flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing jamescook nits. 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 123834258e4eabb30ab21ad3e22baea2a52d6340..e708fe644a3dda63cc1d85ee5fcd9e8d1f0fff11 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1499,6 +1499,11 @@ 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";

Powered by Google App Engine
This is Rietveld 408576698