| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 4907270786919db7340157c6725413f1ce596cbd..c090411da94216dca5ea93338c8d10fb682b6773 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1307,6 +1307,9 @@ const char kAppsKeepChromeAliveInTests[] = "apps-keep-chrome-alive-in-tests";
|
| const char kDisableSystemFullscreenForTesting[] =
|
| "disable-system-fullscreen-for-testing";
|
|
|
| +// Enables app shim creation for hosted apps on Mac.
|
| +const char kEnableHostedAppShimCreation[] = "enable-hosted-app-shim-creation";
|
| +
|
| // A process type (switches::kProcessType) that relaunches the browser. See
|
| // chrome/browser/mac/relauncher.h.
|
| const char kRelauncherProcess[] = "relauncher";
|
|
|