| Index: chrome/browser/instant/instant_client.cc
|
| diff --git a/chrome/browser/instant/instant_client.cc b/chrome/browser/instant/instant_client.cc
|
| index 8aa53fb6ca2b30ada42e2926c4dca76b2afb49e2..ab156ed50e65954be01138f56af0d8a5147aa9e7 100644
|
| --- a/chrome/browser/instant/instant_client.cc
|
| +++ b/chrome/browser/instant/instant_client.cc
|
| @@ -71,6 +71,11 @@ void InstantClient::SetDisplayInstantResults(bool display_instant_results) {
|
| display_instant_results));
|
| }
|
|
|
| +void InstantClient::KeyCaptureChanged(bool is_key_capture_enabled) {
|
| + Send(new ChromeViewMsg_SearchBoxKeyCaptureChanged(routing_id(),
|
| + is_key_capture_enabled));
|
| +}
|
| +
|
| void InstantClient::DidFinishLoad(
|
| int64 /* frame_id */,
|
| const GURL& /* validated_url */,
|
|
|