Chromium Code Reviews| Index: chrome/browser/autocomplete/search_provider.h |
| diff --git a/chrome/browser/autocomplete/search_provider.h b/chrome/browser/autocomplete/search_provider.h |
| index 74c5e7eba53c808efd636760cbcfdcd555843b67..3cc7363342ef27be0737cb138f5d704e8ea50093 100644 |
| --- a/chrome/browser/autocomplete/search_provider.h |
| +++ b/chrome/browser/autocomplete/search_provider.h |
| @@ -379,7 +379,8 @@ class SearchProvider : public AutocompleteProvider, |
| bool IsTopMatchNavigationInKeywordMode() const; |
| bool IsTopMatchScoreTooLow() const; |
| bool IsTopMatchSearchWithURLInput() const; |
| - bool IsTopMatchNotInlinable() const; |
| + bool LacksValidDefaultMatch( |
| + bool omnibox_will_reorder_for_legal_default_match) const; |
|
Peter Kasting
2013/08/06 22:56:16
Nit: It's slightly confusing to refer to "omnibox"
Mark P
2013/08/07 00:44:31
Changed to autocomplete_result_will_reorder_for_de
|
| // Updates |matches_| from the latest results; applies calculated relevances |
| // if suggested relevances cause undesriable behavior. Updates |done_|. |