| Index: chrome/browser/autocomplete/search_provider.h
|
| diff --git a/chrome/browser/autocomplete/search_provider.h b/chrome/browser/autocomplete/search_provider.h
|
| index 9b63da08e3a272b5da17be58024c1696f08b85f3..80c322b92f6d1c386f7ce92e574810330208bbcf 100644
|
| --- a/chrome/browser/autocomplete/search_provider.h
|
| +++ b/chrome/browser/autocomplete/search_provider.h
|
| @@ -428,8 +428,9 @@ class SearchProvider : public AutocompleteProvider,
|
|
|
| // Checks if suggested relevances violate certain expected constraints.
|
| // See UpdateMatches() for the use and explanation of these constraints.
|
| - bool IsTopMatchNavigationInKeywordMode(
|
| + bool IsTopMatchNavigation(
|
| bool autocomplete_result_will_reorder_for_default_match) const;
|
| + bool HasKeywordMatchThatCanBeDefault() const;
|
| bool IsTopMatchScoreTooLow(
|
| bool autocomplete_result_will_reorder_for_default_match) const;
|
| bool IsTopMatchSearchWithURLInput(
|
|
|