| 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 ce3fc9f81a55ba64f807a46f56915814a22f15b1..6fafcf828af142eb0c0bee6b5b79e4859a3053b0 100644
|
| --- a/chrome/browser/ui/search/instant_page.cc
|
| +++ b/chrome/browser/ui/search/instant_page.cc
|
| @@ -108,9 +108,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(
|
|
|