| Index: chrome/browser/sync/profile_sync_service.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service.cc (revision 110908)
|
| +++ chrome/browser/sync/profile_sync_service.cc (working copy)
|
| @@ -996,10 +996,6 @@
|
| }
|
| }
|
|
|
| -const GoogleServiceAuthError& ProfileSyncService::GetAuthError() const {
|
| - return last_auth_error_;
|
| -}
|
| -
|
| bool ProfileSyncService::SetupInProgress() const {
|
| return !HasSyncSetupCompleted() && WizardIsVisible();
|
| }
|
| @@ -1027,10 +1023,6 @@
|
| return unrecoverable_error_detected_;
|
| }
|
|
|
| -bool ProfileSyncService::UIShouldDepictAuthInProgress() const {
|
| - return is_auth_in_progress_;
|
| -}
|
| -
|
| bool ProfileSyncService::IsPassphraseRequired() const {
|
| return passphrase_required_reason_ !=
|
| sync_api::REASON_PASSPHRASE_NOT_REQUIRED;
|
|
|