| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 7f6b638e5965e87460e0d6512017263e195a6f9f..d1eb0615c54263440b9593b398f0879ac264acba 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -165,6 +165,9 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_ENUM_TRAITS_MAX_VALUE(NTPLoggingEventType,
|
| NTP_EVENT_TYPE_LAST)
|
|
|
| +IPC_ENUM_TRAITS_MAX_VALUE(NTPLoggingTileSource,
|
| + NTP_TILE_SOURCE_LAST)
|
| +
|
| IPC_ENUM_TRAITS_MAX_VALUE(WebApplicationInfo::MobileCapable,
|
| WebApplicationInfo::MOBILE_CAPABLE_APPLE)
|
|
|
| @@ -488,14 +491,14 @@ IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogEvent,
|
| IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogMostVisitedImpression,
|
| int /* page_seq_no */,
|
| int /* position */,
|
| - base::string16 /* provider */)
|
| + NTPLoggingTileSource /* tile_source */)
|
|
|
| // Logs a navigation on one of the Most Visited tile on the InstantExtended
|
| // New Tab Page.
|
| IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogMostVisitedNavigation,
|
| int /* page_seq_no */,
|
| int /* position */,
|
| - base::string16 /* provider */)
|
| + NTPLoggingTileSource /* tile_source */)
|
|
|
| // The Instant page asks whether the user syncs its history.
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_HistorySyncCheck,
|
|
|