Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index dd8a2e27bb8ec63fa83f773cc4cfc866f07e4d9f..4abdb686a480e6fd5456d806e072c115cb7769a5 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -2814,6 +2814,9 @@ const FeatureEntry kFeatureEntries[] = { |
| flag_descriptions::kOmniboxEntitySuggestionsName, |
| flag_descriptions::kOmniboxEntitySuggestionsDescription, kOsDesktop, |
| FEATURE_VALUE_TYPE(omnibox::kOmniboxEntitySuggestions)}, |
| + {"omnibox-tail-suggestions", flag_descriptions::kOmniboxTailSuggestionsName, |
|
Mark P
2017/05/31 23:17:13
side comment: putting this here is fine with me, t
Kevin Bailey
2017/06/01 14:32:42
I would prefer putting it here, both for locality
Mark P
2017/06/01 16:23:58
Acknowledged.
|
| + flag_descriptions::kOmniboxTailSuggestionsDescription, kOsDesktop, |
| + FEATURE_VALUE_TYPE(omnibox::kOmniboxTailSuggestions)}, |
| {"enable-new-app-menu-icon", flag_descriptions::kEnableNewAppMenuIconName, |
| flag_descriptions::kEnableNewAppMenuIconDescription, kOsDesktop, |
| SINGLE_VALUE_TYPE(switches::kEnableNewAppMenuIcon)}, |