| Index: chrome/browser/ui/search/instant_controller.h
|
| diff --git a/chrome/browser/ui/search/instant_controller.h b/chrome/browser/ui/search/instant_controller.h
|
| index f0c17f21ee68020742f68bd5652c0e82ab489a47..88385b9836797149067e92b5b402f316be97b44a 100644
|
| --- a/chrome/browser/ui/search/instant_controller.h
|
| +++ b/chrome/browser/ui/search/instant_controller.h
|
| @@ -477,6 +477,9 @@ class InstantController : public InstantPage::Delegate,
|
| // Omnibox focus state.
|
| OmniboxFocusState omnibox_focus_state_;
|
|
|
| + // The reason for the most recent omnibox focus change.
|
| + OmniboxFocusChangeReason omnibox_focus_change_reason_;
|
| +
|
| // The search model mode for the active tab.
|
| SearchMode search_mode_;
|
|
|
|
|