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); |
}; |