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

Unified Diff: chrome/common/render_messages.h

Issue 17526008: Log NTP hovers in 1993 clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Spacing fixes Created 7 years, 6 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 51b8b85f90e4b0800e5a5e71f8d3edb31dee38a3..8dff7ec3ddf0cc5c2334be1a57b35c8dcb421a49 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -693,6 +693,10 @@ IPC_MESSAGE_ROUTED5(ChromeViewHostMsg_SearchBoxNavigate,
WindowOpenDisposition /* disposition */,
bool /* is_search_type */)
+IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SearchBoxLogIframeHover,
+ int /* page_id */,
+ int /* pos */)
+
// Sent by the Instant overlay asking to show itself with the given height.
IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_ShowInstantOverlay,
int /* page_id */,

Powered by Google App Engine
This is Rietveld 408576698