Index: chrome/browser/instant/instant_page.cc |
diff --git a/chrome/browser/instant/instant_page.cc b/chrome/browser/instant/instant_page.cc |
index 2c15faafc796a035d42dd1c478901817d206dbd0..8463eb888f62c6dbad62335c6cc70b2034aaf378 100644 |
--- a/chrome/browser/instant/instant_page.cc |
+++ b/chrome/browser/instant/instant_page.cc |
@@ -68,6 +68,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::SendThemeBackgroundInfo( |
const ThemeBackgroundInfo& theme_info) { |
Send(new ChromeViewMsg_SearchBoxThemeChanged(routing_id(), theme_info)); |