Chromium Code Reviews| 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..fdef65919c53677c2a4e6cfe7c7b89bbe2d787ec 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 an empty string |
| + // if you do not need to set any variation_id for this feature variation. |
|
Alexei Svitkine (slow)
2016/07/27 15:04:18
Why empty string and not nullptr?
jkrcal
2016/07/27 17:12:43
Done.
(It was std::string originally, I did not no
|
| + const char* variation_id; |
| }; |
| // The internal name of the feature entry. This is never shown to the user. |