| Index: chrome/browser/autocomplete/search_provider.h
|
| diff --git a/chrome/browser/autocomplete/search_provider.h b/chrome/browser/autocomplete/search_provider.h
|
| index 5f25f3552deae77d7e552f75660079e01f08a1ee..281684d22f54d0565b215ae9bb2f9a81f303be50 100644
|
| --- a/chrome/browser/autocomplete/search_provider.h
|
| +++ b/chrome/browser/autocomplete/search_provider.h
|
| @@ -376,7 +376,8 @@ class SearchProvider : public AutocompleteProvider,
|
| bool IsTopMatchNavigationInKeywordMode() const;
|
| bool IsTopMatchScoreTooLow() const;
|
| bool IsTopMatchSearchWithURLInput() const;
|
| - bool IsTopMatchNotInlinable() const;
|
| + bool HasValidDefaultMatch(
|
| + bool autocomplete_result_will_reorder_for_default_match) const;
|
|
|
| // Updates |matches_| from the latest results; applies calculated relevances
|
| // if suggested relevances cause undesriable behavior. Updates |done_|.
|
|
|