| Index: chrome/browser/about_flags.h
|
| diff --git a/chrome/browser/about_flags.h b/chrome/browser/about_flags.h
|
| index 047e69f72b6b9c06c3a55a5f4618959a7d6a6eff..2dee4d588feaa4de8769e71671fd01a132ba001d 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 flags to the default state by clearing all flags.
|
| +void ResetAllFlags(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.
|
|
|