| Index: chrome/browser/autocomplete/search_provider.h
|
| diff --git a/chrome/browser/autocomplete/search_provider.h b/chrome/browser/autocomplete/search_provider.h
|
| index f01fdb67aaca1725a2f1fa0b2e5460f0c3166f4a..c32aef0ee087685a75e9e043d82e0720fb366c75 100644
|
| --- a/chrome/browser/autocomplete/search_provider.h
|
| +++ b/chrome/browser/autocomplete/search_provider.h
|
| @@ -534,6 +534,10 @@ class SearchProvider : public AutocompleteProvider,
|
| // If true, no search history query suggestions will be offered.
|
| bool disable_search_history_;
|
|
|
| + // True if the omnibox will reorder matches as necessary to make the top
|
| + // result inlineable.
|
| + bool omnibox_will_reorder_for_inlining_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SearchProvider);
|
| };
|
|
|
|
|