| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index b06be7348cdfcacdbec32746b3f23bf9e32b9b77..aec8f1188d42889cd1ad26b08ae030c6a5a06321 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1463,6 +1463,15 @@ const Experiment kExperiments[] = {
|
| kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kEnableResetProfileSettings)
|
| },
|
| +#if defined(OS_MACOSX)
|
| + {
|
| + "enable-app-shims",
|
| + IDS_FLAGS_ENABLE_APP_SHIMS_NAME,
|
| + IDS_FLAGS_ENABLE_APP_SHIMS_DESCRIPTION,
|
| + kOsMac,
|
| + SINGLE_VALUE_TYPE(app_mode::kEnableAppShims)
|
| + },
|
| +#endif
|
| };
|
|
|
| const Experiment* experiments = kExperiments;
|
|
|