| Index: components/omnibox/search_suggestion_parser.cc
|
| diff --git a/components/omnibox/search_suggestion_parser.cc b/components/omnibox/search_suggestion_parser.cc
|
| index d8452ee9465435f6046366ce829e6e5fe1dd27fe..7e06d950ce574aba956dbe9323c34df7927e2542 100644
|
| --- a/components/omnibox/search_suggestion_parser.cc
|
| +++ b/components/omnibox/search_suggestion_parser.cc
|
| @@ -500,7 +500,6 @@ bool SearchSuggestionParser::ParseSuggestResults(
|
| int answer_type = 0;
|
| if (answer && base::StringToInt(answer_type_str, &answer_type)) {
|
| answer_parsed_successfully = true;
|
| - match_type = AutocompleteMatchType::SEARCH_SUGGEST_ANSWER;
|
|
|
| answer->set_type(answer_type);
|
| answer->AddImageURLsTo(&results->answers_image_urls);
|
|
|