| Index: chrome/browser/instant/instant_page.cc
|
| diff --git a/chrome/browser/instant/instant_page.cc b/chrome/browser/instant/instant_page.cc
|
| index 8343975f567aaa52896a14e50c1afb7072ca7874..68969ebd35dda8f1b9002f59d03bd3909666e5d2 100644
|
| --- a/chrome/browser/instant/instant_page.cc
|
| +++ b/chrome/browser/instant/instant_page.cc
|
| @@ -63,6 +63,10 @@ void InstantPage::UpOrDownKeyPressed(int count) {
|
| Send(new ChromeViewMsg_SearchBoxUpOrDownKeyPressed(routing_id(), count));
|
| }
|
|
|
| +void InstantPage::CancelSelection(const string16& user_text) {
|
| + Send(new ChromeViewMsg_SearchBoxCancelSelection(routing_id(), user_text));
|
| +}
|
| +
|
| void InstantPage::SearchModeChanged(const chrome::search::Mode& mode) {
|
| Send(new ChromeViewMsg_SearchBoxModeChanged(routing_id(), mode));
|
| }
|
|
|