| Index: chrome/browser/ui/search/instant_page.cc
|
| diff --git a/chrome/browser/ui/search/instant_page.cc b/chrome/browser/ui/search/instant_page.cc
|
| index b151aea7ee3faa5c4246b5f5eaa81918ca7330bf..190b51f7bf7ac3cfefbfc334ede37dc7d82cbb94 100644
|
| --- a/chrome/browser/ui/search/instant_page.cc
|
| +++ b/chrome/browser/ui/search/instant_page.cc
|
| @@ -112,9 +112,9 @@ void InstantPage::SetDisplayInstantResults(bool display_instant_results) {
|
| routing_id(), display_instant_results));
|
| }
|
|
|
| -void InstantPage::KeyCaptureChanged(bool is_key_capture_enabled) {
|
| - Send(new ChromeViewMsg_SearchBoxKeyCaptureChanged(
|
| - routing_id(), is_key_capture_enabled));
|
| +void InstantPage::FocusChanged(OmniboxFocusState state,
|
| + OmniboxFocusChangeReason reason) {
|
| + Send(new ChromeViewMsg_SearchBoxFocusChanged(routing_id(), state, reason));
|
| }
|
|
|
| void InstantPage::SendMostVisitedItems(
|
|
|