Chromium Code Reviews| Index: components/omnibox/autocomplete_match_type.h |
| diff --git a/components/omnibox/autocomplete_match_type.h b/components/omnibox/autocomplete_match_type.h |
| index b05216258b92e7efdcf031ee80a41fd845fe1eb2..9e539c33a6062124d2bd46573242d67744e55f2d 100644 |
| --- a/components/omnibox/autocomplete_match_type.h |
| +++ b/components/omnibox/autocomplete_match_type.h |
| @@ -42,7 +42,6 @@ struct AutocompleteMatchType { |
| BOOKMARK_TITLE = 16, // A bookmark whose title contains the |
| // input. |
| NAVSUGGEST_PERSONALIZED = 17, // A personalized suggestion URL. |
| - SEARCH_SUGGEST_ANSWER = 18, // A short result for a suggested search. |
|
groby-ooo-7-16
2014/12/23 20:15:22
I take it this enum is never persisted?
Justin Donnelly
2014/12/23 21:08:40
I can't say for absolutely certain, but given that
|
| NUM_TYPES, |
| }; |