| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 14f9083ba804073c91696ae244b66378deefd080..5626ca2c943e0489059f2f51b29d319255b5fab5 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1341,7 +1341,7 @@ const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher";
|
|
|
| #if defined(OS_MACOSX)
|
| // Prevents Chrome from quitting when Chrome Apps are open.
|
| -const char kAppsKeepChromeAlive[] = "apps-keep-chrome-alive";
|
| +const char kAppsKeepChromeAliveInTests[] = "apps-keep-chrome-alive-in-tests";
|
|
|
| // Forcibly disables Lion-style on newer OSes, to allow developers to test the
|
| // older, SnowLeopard-style fullscreen.
|
|
|