| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 70802d5759adbfc34b0e3ac59af8d6ac9d0d1ee9..403779818be5dec463e883ad3c97a0f3be17efac 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1496,6 +1496,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";
|
|
|
|
|