Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 4907270786919db7340157c6725413f1ce596cbd..ec5a95d224f5a4c247c536adcb0f3e34e953bb9d 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -1302,6 +1302,9 @@ const char kMigrateDataDirForSxS[] = "migrate-data-dir-for-sxs"; |
| // Prevents Chrome from quitting when Chrome Apps are open. |
| const char kAppsKeepChromeAliveInTests[] = "apps-keep-chrome-alive-in-tests"; |
| +// Enables app shim creation for bookmark apps on Mac. |
|
benwells
2014/12/15 03:35:03
Actually this flag will cause app shims to be crea
mitchellj
2014/12/15 03:51:29
Good point. I've renamed the flag to be --enable-h
|
| +const char kEnableAppShimCreation[] = "enable-app-shim-creation"; |
| + |
| // Forcibly disables Lion-style on newer OSes, to allow developers to test the |
| // older, SnowLeopard-style fullscreen. |
| const char kDisableSystemFullscreenForTesting[] = |