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

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

Issue 18878007: Omnibox: Make the Controller Reorder Matches for Inlining (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lacks -> has Created 7 years, 4 months 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
Index: chrome/browser/autocomplete/search_provider.h
diff --git a/chrome/browser/autocomplete/search_provider.h b/chrome/browser/autocomplete/search_provider.h
index 74c5e7eba53c808efd636760cbcfdcd555843b67..e6edb33103f5ba2b61d3db6610f07e2852c24ed3 100644
--- a/chrome/browser/autocomplete/search_provider.h
+++ b/chrome/browser/autocomplete/search_provider.h
@@ -379,7 +379,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_|.

Powered by Google App Engine
This is Rietveld 408576698