| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 499a307c9789711e72bf8bfd1f01008d70bce068..11c193fd4fa67ee54a091f44d1a49bfddf226f56 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2039,9 +2039,10 @@ void ConvertFlagsToSwitches(flags_ui::FlagsStorage* flags_storage,
|
| }
|
|
|
| void RegisterAllFeatureVariationParameters(
|
| - flags_ui::FlagsStorage* flags_storage) {
|
| + flags_ui::FlagsStorage* flags_storage,
|
| + base::FeatureList* feature_list) {
|
| FlagsStateSingleton::GetFlagsState()->RegisterAllFeatureVariationParameters(
|
| - flags_storage);
|
| + flags_storage, feature_list);
|
| }
|
|
|
| bool AreSwitchesIdenticalToCurrentCommandLine(
|
|
|