| Index: chrome/browser/about_flags.h
|
| diff --git a/chrome/browser/about_flags.h b/chrome/browser/about_flags.h
|
| index 047e69f72b6b9c06c3a55a5f4618959a7d6a6eff..2f840857d37b87e4c626c9ada9b7e6f020ef26fe 100644
|
| --- a/chrome/browser/about_flags.h
|
| +++ b/chrome/browser/about_flags.h
|
| @@ -104,6 +104,9 @@ void SetExperimentEnabled(
|
| void RemoveFlagsSwitches(
|
| std::map<std::string, CommandLine::StringType>* switch_list);
|
|
|
| +// Reset all experiments to the default state by clearing all flags.
|
| +void ResetAllExperiments(PrefService* prefs);
|
| +
|
| // Returns the value for the current platform. This is one of the values defined
|
| // by the OS enum above.
|
| // This is exposed only for testing.
|
|
|