Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: chrome/browser/autocomplete/search_provider.h

Issue 67693004: Omnibox: Don't Let Users Escape Keyword Mode Accidentally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: namespace Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/autocomplete/search_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | chrome/browser/autocomplete/search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698