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

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

Issue 18878007: Omnibox: Make the Controller Reorder Matches for Inlining (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/autocomplete_result.h
diff --git a/chrome/browser/autocomplete/autocomplete_result.h b/chrome/browser/autocomplete/autocomplete_result.h
index df3ab011d7da966f1ce52c32d890be8c0646ffa9..3d8c0a0b077ec47442f28fb3e55f31d2c8460794 100644
--- a/chrome/browser/autocomplete/autocomplete_result.h
+++ b/chrome/browser/autocomplete/autocomplete_result.h
@@ -164,6 +164,10 @@ class AutocompleteResult {
// 'foo'" result, and this will contain "http://foo/".
GURL alternate_nav_url_;
+ // True if the functions here should reorder matches as necessary
Peter Kasting 2013/07/13 01:31:40 Nit: Extra space
Mark P 2013/07/17 15:45:18 Done.
+ // to make the top result inlineable.
+ bool reorder_for_inlining_;
+
DISALLOW_COPY_AND_ASSIGN(AutocompleteResult);
};
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_result.cc » ('j') | chrome/browser/autocomplete/autocomplete_result.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698