| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 32b09913cf1da39627086ebe97f4b112cf6f3771..eea06980182667133b553b1d4978474a71df3f31 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1344,9 +1344,6 @@ const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher";
|
| // Prevents Chrome from quitting when Chrome Apps are open.
|
| const char kAppsKeepChromeAlive[] = "apps-keep-chrome-alive";
|
|
|
| -// Disables the creation and launch of app shims for platform apps.
|
| -const char kDisableAppShims[] = "disable-app-shims";
|
| -
|
| // Forcibly disables Lion-style on newer OSes, to allow developers to test the
|
| // older, SnowLeopard-style fullscreen.
|
| const char kDisableSystemFullscreenForTesting[] =
|
|
|