Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index c239d4f363d9f18d36a4417ceb3deb828c69727f..f7ef5aab6ecac02e77ea99e279fa61654e45018c 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -1484,6 +1484,12 @@ const Experiment kExperiments[] = { |
| kOsWin | kOsCrOS | kOsLinux | kOsMac, |
| ENABLE_DISABLE_VALUE_TYPE(switches::kEnableNewBookmarkApps, |
| switches::kDisableNewBookmarkApps)}, |
| + {"disable-hosted-apps-in-windows", |
| + IDS_FLAGS_HOSTED_APPS_IN_WINDOWS_NAME, |
| + IDS_FLAGS_HOSTED_APPS_IN_WINDOWS_DESCRIPTION, |
| + kOsMac, |
| + ENABLE_DISABLE_VALUE_TYPE(switches::kEnableHostedAppsInWindows, |
| + switches::kDisableHostedAppsInWindows)}, |
|
tapted
2015/08/19 06:48:12
does anything read switches::kDisableHostedAppsInW
dominickn
2015/08/19 07:10:41
The follow up will be to flip this flag from check
tapted
2015/08/20 00:44:02
Hm, typically both switches are checked regardless
|
| #if defined(OS_MACOSX) |
| {"disable-hosted-app-shim-creation", |
| IDS_FLAGS_DISABLE_HOSTED_APP_SHIM_CREATION_NAME, |