| Index: chrome/browser/about_flags.h
|
| diff --git a/chrome/browser/about_flags.h b/chrome/browser/about_flags.h
|
| index c7d6a8ebaefed0952d49f1aa486c54d2d067e55c..91917421262c8a5540eed7331aeeca32dd94bc80 100644
|
| --- a/chrome/browser/about_flags.h
|
| +++ b/chrome/browser/about_flags.h
|
| @@ -34,6 +34,11 @@ void ConvertFlagsToSwitches(flags_ui::FlagsStorage* flags_storage,
|
| base::CommandLine* command_line,
|
| flags_ui::SentinelsMode sentinels);
|
|
|
| +// Registers variations parameter values stored in |flags_storage| (previously
|
| +// selected in about:flags).
|
| +void RegisterAllFeatureVariationParameters(
|
| + flags_ui::FlagsStorage* flags_storage);
|
| +
|
| // Compares a set of switches of the two provided command line objects and
|
| // returns true if they are the same and false otherwise.
|
| // If |out_difference| is not NULL, it's filled with set_symmetric_difference
|
|
|