| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 45de8fe4fba9f5e300237bbde24f7d6cc4fc9e83..e966ebd31b89309f6f7edf76e277b35c0944688b 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2008,6 +2008,12 @@ void ConvertFlagsToSwitches(flags_ui::FlagsStorage* flags_storage,
|
| switches::kDisableFeatures);
|
| }
|
|
|
| +void RegisterAllFeatureVariationParameters(
|
| + flags_ui::FlagsStorage* flags_storage) {
|
| + FlagsStateSingleton::GetFlagsState()->RegisterAllFeatureVariationParameters(
|
| + flags_storage);
|
| +}
|
| +
|
| bool AreSwitchesIdenticalToCurrentCommandLine(
|
| const base::CommandLine& new_cmdline,
|
| const base::CommandLine& active_cmdline,
|
|
|