| Index: trunk/src/chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- trunk/src/chrome/common/chrome_switches.cc (revision 245469)
|
| +++ trunk/src/chrome/common/chrome_switches.cc (working copy)
|
| @@ -1498,11 +1498,6 @@
|
| // 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";
|
|
|
|
|