| 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.
|
| NUM_TYPES,
|
| };
|
|
|
|
|