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

Unified Diff: chrome/common/render_messages.h

Issue 11369137: Implement {Start,Stop}CapturingKeyStrokes for Instant. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix which active tab we use. Created 8 years, 1 month 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 8953ef0034bc386deb46efb666b02b2536503937..feea2376dd91ba9182e5d536bb05af347e043b69 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -625,6 +625,12 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_InstantSupportDetermined,
int /* page_id */,
bool /* result */)
+IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_OnWebSearchBoxBlur,
+ int /* page_id */)
+
+IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_OnWebSearchBoxFocus,
+ int /* page_id */)
+
// Sent by the Instant preview asking to show itself with the given height.
IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_ShowInstantPreview,
int /* page_id */,

Powered by Google App Engine
This is Rietveld 408576698