| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 8fec2699d2f897ea133332a12d403bb05e4dc73c..7395fb0ac1d2a6d2ba188783d6772a08f4757ce8 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1462,6 +1462,13 @@ const Experiment kExperiments[] = {
|
| kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kEnableWebPInAcceptHeader)
|
| },
|
| + {
|
| + "enable-reset-profile-settings",
|
| + IDS_FLAGS_ENABLE_RESET_PROFILE_SETTINGS_NAME,
|
| + IDS_FLAGS_ENABLE_RESET_PROFILE_SETTINGS_DESCRIPTION,
|
| + kOsAll,
|
| + SINGLE_VALUE_TYPE(switches::kEnableResetProfileSettings)
|
| + },
|
| };
|
|
|
| const Experiment* experiments = kExperiments;
|
|
|