summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/profile_sync_service.h')
-rw-r--r--chrome/browser/sync/profile_sync_service.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 273d9c9..b4b0a51 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -259,7 +259,7 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
virtual void OnUserCancelledDialog();
// Get various information for displaying in the user interface.
- browser_sync::SyncBackendHost::StatusSummary QuerySyncStatusSummary();
+ std::string QuerySyncStatusSummary();
virtual browser_sync::SyncBackendHost::Status QueryDetailedSyncStatus();
virtual const GoogleServiceAuthError& GetAuthError() const;
@@ -290,10 +290,6 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
virtual void ShowSyncSetup(const std::string& sub_page);
void ShowSyncSetupWithWizard(SyncSetupWizard::State state);
- // Pretty-printed strings for a given StatusSummary.
- static std::string BuildSyncStatusSummaryText(
- const browser_sync::SyncBackendHost::StatusSummary& summary);
-
// Returns true if the SyncBackendHost has told us it's ready to accept
// changes.
// [REMARK] - it is safe to call this function only from the ui thread.