| Index: components/omnibox/autocomplete_result.cc
|
| diff --git a/components/omnibox/autocomplete_result.cc b/components/omnibox/autocomplete_result.cc
|
| index f2d171f71353ff9eecb46eccfab2ca3761119898..7ae331e2f3f4e81cb25071915dc524e1b5e68188 100644
|
| --- a/components/omnibox/autocomplete_result.cc
|
| +++ b/components/omnibox/autocomplete_result.cc
|
| @@ -294,11 +294,6 @@ AutocompleteMatch* AutocompleteResult::match_at(size_t index) {
|
| return &matches_[index];
|
| }
|
|
|
| -bool AutocompleteResult::ShouldHideTopMatch() const {
|
| - return chrome::ShouldHideTopVerbatimMatch() &&
|
| - TopMatchIsStandaloneVerbatimMatch();
|
| -}
|
| -
|
| bool AutocompleteResult::TopMatchIsStandaloneVerbatimMatch() const {
|
| if (empty() || !match_at(0).IsVerbatimType())
|
| return false;
|
|
|