| 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 37d294b199c4387ed48f0659552c6171f1b6898e..a117aebdec5e4098ddd8da606d80befb584dbd8c 100644
|
| --- a/chrome/browser/ui/search/instant_page.cc
|
| +++ b/chrome/browser/ui/search/instant_page.cc
|
| @@ -78,6 +78,10 @@ void InstantPage::UpOrDownKeyPressed(int count) {
|
| Send(new ChromeViewMsg_SearchBoxUpOrDownKeyPressed(routing_id(), count));
|
| }
|
|
|
| +void InstantPage::EscKeyPressed() {
|
| + Send(new ChromeViewMsg_SearchBoxEscKeyPressed(routing_id()));
|
| +}
|
| +
|
| void InstantPage::CancelSelection(const string16& user_text,
|
| size_t selection_start,
|
| size_t selection_end,
|
|
|