| 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..e8c07d5f7b1e5133048c686a6ffa6f2139f52b24 100644
|
| --- a/chrome/browser/autocomplete/search_provider.h
|
| +++ b/chrome/browser/autocomplete/search_provider.h
|
| @@ -430,6 +430,7 @@ class SearchProvider : public AutocompleteProvider,
|
| // See UpdateMatches() for the use and explanation of these constraints.
|
| bool IsTopMatchNavigationInKeywordMode(
|
| bool autocomplete_result_will_reorder_for_default_match) const;
|
| + bool HasKeywordDefaultMatchInKeywordMode() const;
|
| bool IsTopMatchScoreTooLow(
|
| bool autocomplete_result_will_reorder_for_default_match) const;
|
| bool IsTopMatchSearchWithURLInput(
|
|
|