| Index: chrome/browser/instant/instant_client.cc
|
| diff --git a/chrome/browser/instant/instant_client.cc b/chrome/browser/instant/instant_client.cc
|
| index eb045bc7e514b5860c439896fb8c7e0862b336d2..53d39764a3a9b39efcfd178e895a2c187ae742d4 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 */,
|
|
|