Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 9eda7bbd97dfec6ec8435dc4908ceed2f4400dc2..242cce36f6688c18100446d5e30f11bbe5007573 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1497,6 +1497,11 @@ const char kPasswordStore[] = "password-store"; |
#endif // OS_POSIX |
#if defined(OS_MACOSX) |
+// Forcibly disables Lion-style on newer OSes, to allow developers to test the |
+// older, SnowLeopard-style fullscreen. |
+const char kDisableSystemFullscreenForTesting[] = |
+ "disable-system-fullscreen-for-testing"; |
+ |
// Enables the app list OSX .app shim, for showing the app list. If the flag is |
// not present, Chrome will check if the shim exists at startup, and delete it |
// if it does. |