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

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: Save focus visibility state per tab. 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 500f7f30478da747b77a08a45270058dc2916509..cf228a31447a577763f98cc50552a8f367f91dee 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -621,6 +621,10 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_InstantSupportDetermined,
int /* page_id */,
bool /* result */)
+IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_OnWebSearchBoxFocusChange,
+ int /* page_id */,
+ bool /* is_focused */)
+
// 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