| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index b06be7348cdfcacdbec32746b3f23bf9e32b9b77..6e1a6c0a1a2a1eba58c69040f8b307dbd82d0d08 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(switches::kEnableAppShims)
|
| + },
|
| +#endif
|
| };
|
|
|
| const Experiment* experiments = kExperiments;
|
|
|