Index: chrome/renderer/searchbox/searchbox.h |
diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h |
index cf0ea52d61b5cb4724ba51fe56b4392ba23dcece..acb57b6296fd538316aa984d97d40051696da60f 100644 |
--- a/chrome/renderer/searchbox/searchbox.h |
+++ b/chrome/renderer/searchbox/searchbox.h |
@@ -40,6 +40,9 @@ class SearchBox : public content::RenderViewObserver, |
// Sends ChromeViewHostMsg_ChromeIdentityCheck to the browser. |
void CheckIsUserSignedInToChromeAs(const base::string16& identity); |
+ // Sends ChromeViewHostMsg_HistorySyncCheck to the browser. |
+ void CheckIsUserSyncingHistory(); |
+ |
// Sends ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem to the browser. |
void DeleteMostVisitedItem(InstantRestrictedID most_visited_item_id); |
@@ -122,6 +125,7 @@ class SearchBox : public content::RenderViewObserver, |
void OnDetermineIfPageSupportsInstant(); |
void OnFocusChanged(OmniboxFocusState new_focus_state, |
OmniboxFocusChangeReason reason); |
+ void OnHistorySyncCheckResult(bool sync_history); |
void OnMarginChange(int margin); |
void OnMostVisitedChanged( |
const std::vector<InstantMostVisitedItem>& items); |