| Index: chrome/browser/autocomplete/shortcuts_provider.h
|
| diff --git a/chrome/browser/autocomplete/shortcuts_provider.h b/chrome/browser/autocomplete/shortcuts_provider.h
|
| index 11f0b0a6b59601aea9a40947cdc858bd08121c72..dd768bfe48348aabfe3e6da2c5cffa7258864a34 100644
|
| --- a/chrome/browser/autocomplete/shortcuts_provider.h
|
| +++ b/chrome/browser/autocomplete/shortcuts_provider.h
|
| @@ -107,6 +107,10 @@ class ShortcutsProvider
|
| // demoted to less than that number because ShortcutsProvider isn't
|
| // allowed to inline.
|
| int max_relevance_;
|
| +
|
| + // True if the omnibox will reorder matches as necessary to make the top
|
| + // one something that is allowed to be the default match.
|
| + bool omnibox_will_reorder_for_legal_default_match_;
|
| };
|
|
|
| #endif // CHROME_BROWSER_AUTOCOMPLETE_SHORTCUTS_PROVIDER_H_
|
|
|