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

Unified Diff: chrome/common/render_messages.h

Issue 178253008: Redoing Issue 36073011: Allowing file:/// in Instant Extended's Most Visited links. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding and using logNavigation(); updating tests; removing ping and the log.html page. Created 6 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 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 */,

Powered by Google App Engine
This is Rietveld 408576698