Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index aef972780f45f16b67350ddce4eebf98663a7481..6a37970f237d931c1e477c588b1299ac293d5c24 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -708,6 +708,13 @@ IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogImpression, |
int /* position */, |
base::string16 /* provider */) |
+// Logs a navigation on one of the Most Visited tile on the InstantExtended |
+// New Tab Page. |
+IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogNavigation, |
+ int /* page_id */, |
+ int /* position */, |
+ base::string16 /* provider */) |
+ |
// The Instant page asks for Chrome identity check against |identity|. |
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_ChromeIdentityCheck, |
int /* page_id */, |