| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e7230f72e9785ce4b5450fafe6178bff022a14c7..6d6f53acb6e9220c5fb8d5fafc7f47b667e9d93a 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1350,9 +1350,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[] =
|
|
|