| 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..c3a70ea64690725a3806af7f3a772ef7dca933a7 100644
|
| --- a/chrome/browser/autocomplete/search_provider.h
|
| +++ b/chrome/browser/autocomplete/search_provider.h
|
| @@ -428,7 +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(
|
| bool autocomplete_result_will_reorder_for_default_match) const;
|
| bool IsTopMatchScoreTooLow(
|
| bool autocomplete_result_will_reorder_for_default_match) const;
|
|
|