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"; |