| Index: components/flags_ui/feature_entry.h
|
| diff --git a/components/flags_ui/feature_entry.h b/components/flags_ui/feature_entry.h
|
| index 5c44bc3334f3e16e236faae040cc7042e42aa565..8bf57b8d3f1a23ec76ffdb58290a5ede90658fc6 100644
|
| --- a/components/flags_ui/feature_entry.h
|
| +++ b/components/flags_ui/feature_entry.h
|
| @@ -99,6 +99,10 @@ struct FeatureEntry {
|
| const char* description_text;
|
| const FeatureParam* params;
|
| int num_params;
|
| + // A variation id number in the format of
|
| + // VariationsHttpHeaderProvider::SetDefaultVariationIds or nullptr
|
| + // if you do not need to set any variation_id for this feature variation.
|
| + const char* variation_id;
|
| };
|
|
|
| // The internal name of the feature entry. This is never shown to the user.
|
|
|