| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index ae29a0e88a89bcc3aaa19d1a3dd0a59b0dcb98b8..0d3d2e6ff0127808a1c2d6b91559084bf74c1383 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2058,9 +2058,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(
|
|
|