Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2537)

Unified Diff: chrome/common/render_messages.h

Issue 11889003: Fixing ESC in instant-extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor correction to comments. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 2634f4afc5cc460fe66d0e01f0151295215aecb0..5752164657537903d81b50ab59aa1b9dcfafa280 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -314,6 +314,8 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxAutocompleteResults,
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxUpOrDownKeyPressed,
int /* count */)
+IPC_MESSAGE_ROUTED0(ChromeViewMsg_SearchBoxEscKeyPressed)
+
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxModeChanged,
chrome::search::Mode /* mode */)

Powered by Google App Engine
This is Rietveld 408576698