| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 52e3c796011184d9eac3ffbc2c4fff2e3d8bd543..f80b5dcdfdef5cdc3ef621ed22c15b0f53f83d44 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -282,6 +282,9 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_SearchBoxSubmit,
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxThemeChanged,
|
| ThemeBackgroundInfo /* value */)
|
|
|
| +IPC_MESSAGE_ROUTED1(ChromeViewMsg_HistorySyncCheckResult,
|
| + bool /* sync_history */)
|
| +
|
| IPC_MESSAGE_ROUTED2(ChromeViewMsg_ChromeIdentityCheckResult,
|
| base::string16 /* identity */,
|
| bool /* identity_match */)
|
| @@ -601,6 +604,10 @@ IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogMostVisitedNavigation,
|
| int /* position */,
|
| base::string16 /* provider */)
|
|
|
| +// The Instant page asks whether the user syncs its history.
|
| +IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_HistorySyncCheck,
|
| + int /* page_seq_no */)
|
| +
|
| // The Instant page asks for Chrome identity check against |identity|.
|
| IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_ChromeIdentityCheck,
|
| int /* page_seq_no */,
|
|
|