| Index: components/flags_ui/feature_entry.h
|
| diff --git a/components/flags_ui/feature_entry.h b/components/flags_ui/feature_entry.h
|
| index d61ba843815453bc18e98621b8aca998d36e9d5a..86e14c7a2985bdc85dea7a23e92d7af339bafcb4 100644
|
| --- a/components/flags_ui/feature_entry.h
|
| +++ b/components/flags_ui/feature_entry.h
|
| @@ -147,7 +147,9 @@ struct FeatureEntry {
|
| const char* disable_command_line_switch;
|
| const char* disable_command_line_value;
|
|
|
| - // For FEATURE_VALUE, the base::Feature this entry corresponds to.
|
| + // For FEATURE_VALUE or FEATURE_WITH_VARIATIONS_VALUE, the base::Feature this
|
| + // entry corresponds to. The same feature must not be used in multiple
|
| + // FeatureEntries.
|
| const base::Feature* feature;
|
|
|
| // Number of options to choose from. This is used if type is MULTI_VALUE,
|
|
|