diff options
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r-- | chrome/browser/about_flags.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index a963a01..8559d1c 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -1778,15 +1778,6 @@ const Experiment kExperiments[] = { SINGLE_VALUE_TYPE(chromeos::switches::kEnableFileManagerMTP) }, #endif -#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; |