| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index bade77bbbbdbc638c3d3e844ddcaa616d10b56dd..fdfa99a3db3060f46c3578e946754a693d899e18 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2021,6 +2021,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,
|
|
|