| Index: chrome/browser/instant/instant_client.cc
|
| diff --git a/chrome/browser/instant/instant_client.cc b/chrome/browser/instant/instant_client.cc
|
| index ab5d339e323f144101d0852bae88a1eca868c7c9..618e2a757e8221c28d58cc279ba17e79322650f0 100644
|
| --- a/chrome/browser/instant/instant_client.cc
|
| +++ b/chrome/browser/instant/instant_client.cc
|
| @@ -70,6 +70,10 @@ void InstantClient::UpOrDownKeyPressed(int count) {
|
| Send(new ChromeViewMsg_SearchBoxUpOrDownKeyPressed(routing_id(), count));
|
| }
|
|
|
| +void InstantClient::EscKeyPressed() {
|
| + Send(new ChromeViewMsg_SearchBoxEscKeyPressed(routing_id()));
|
| +}
|
| +
|
| void InstantClient::SearchModeChanged(const chrome::search::Mode& mode) {
|
| Send(new ChromeViewMsg_SearchBoxModeChanged(routing_id(), mode));
|
| }
|
|
|