| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 179766305c790acb2cacbb3dd02e9609ce429d66..ebb7a045aa009284af9d9cb6a37345cfc78e6abd 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1778,6 +1778,15 @@ const Experiment kExperiments[] = {
|
| kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kAllowInsecureWebSocketFromHttpsOrigin)
|
| },
|
| +#if defined(OS_MACOSX)
|
| + {
|
| + "apps-keep-chrome-alive",
|
| + IDS_FLAGS_APPS_KEEP_CHROME_ALIVE_NAME,
|
| + IDS_FLAGS_APPS_KEEP_CHROME_ALIVE_DESCRIPTION,
|
| + kOsMac,
|
| + SINGLE_VALUE_TYPE(switches::kAppsKeepChromeAlive)
|
| + }
|
| +#endif
|
| };
|
|
|
| const Experiment* experiments = kExperiments;
|
|
|