| 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 62dca681c554580167abb6496164ceed2603deaa..3b37103e56a87c39c5efd842a377b2833eeaca95 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -296,14 +296,6 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| return unrecoverable_error_location_;
|
| }
|
|
|
| - // Reports whether the user is currently authenticating or not. This is used
|
| - // by the sync_ui_util helper routines to allow the UI to properly display
|
| - // an "authenticating..." status message instead of an auth error when we are
|
| - // in the process of trying to update credentials.
|
| - // TODO(atwilson): This state now resides in SigninManager - this method
|
| - // will be removed once we've cleaned up the callers. http://crbug.com/95269.
|
| - virtual bool UIShouldDepictAuthInProgress() const;
|
| -
|
| // Returns true if OnPassphraseRequired has been called for any reason.
|
| virtual bool IsPassphraseRequired() const;
|
|
|
|
|