| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 85a46e06e4d42ce154f059336b6daa7d9abc72ee..9bc37dfe87312c65d50c463d1067b32195921e76 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2012,6 +2012,11 @@ void ConvertFlagsToSwitches(flags_ui::FlagsStorage* flags_storage,
|
| switches::kDisableFeatures);
|
| }
|
|
|
| +void RegisterFeatureVariationParameters(flags_ui::FlagsStorage* flags_storage) {
|
| + FlagsStateSingleton::GetFlagsState()->RegisterFeatureVariationParameters(
|
| + flags_storage);
|
| +}
|
| +
|
| bool AreSwitchesIdenticalToCurrentCommandLine(
|
| const base::CommandLine& new_cmdline,
|
| const base::CommandLine& active_cmdline,
|
|
|