| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 2559e3899f25710b2c6dcc0417b31da0292c0d4d..d8e4d18bd95c07d355307f22969a0b022d5c8b8a 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -702,7 +702,14 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_LogEvent,
|
|
|
| // Logs an impression on one of the Most Visited tile on the InstantExtended
|
| // New Tab Page.
|
| -IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogImpression,
|
| +IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogMostVisitedImpression,
|
| + int /* page_id */,
|
| + 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_LogMostVisitedNavigation,
|
| int /* page_id */,
|
| int /* position */,
|
| base::string16 /* provider */)
|
|
|