| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index 08a4397f9e51d1f905d44b3dc92b165be0a66673..ef5eff0c9382fa1936b18ef0a068a38efb8e531f 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -290,7 +290,12 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
|
|
| // Get various information for displaying in the user interface.
|
| std::string QuerySyncStatusSummary();
|
| - virtual browser_sync::SyncBackendHost::Status QueryDetailedSyncStatus();
|
| +
|
| + // Initializes a struct of status indicators with data from the backend.
|
| + // Returns false if the backend was not available for querying; in that case
|
| + // the struct will be filled with default data.
|
| + virtual bool QueryDetailedSyncStatus(
|
| + browser_sync::SyncBackendHost::Status* result);
|
|
|
| virtual const GoogleServiceAuthError& GetAuthError() const;
|
|
|
|
|