Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 8bba1bcbc034b44a84c19bad3d8482a64013d12e..3747435bc2e1bdf26e9f32532ba9787e6a519853 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -273,6 +273,9 @@ IPC_MESSAGE_ROUTED1(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 */) |
@@ -597,6 +600,10 @@ IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogMostVisitedNavigation, |
int /* position */, |
base::string16 /* provider */) |
+// The Instant page asks whether the user sync its history. |
Mathieu
2014/11/06 14:12:52
*syncs
beaudoin
2014/11/07 16:16:24
Done.
|
+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 */, |