| Index: components/browser_sync/profile_sync_service.h
|
| diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
|
| index b4e29d8fd0a3a0d1c3da6e6a401bb9ffc03af0d8..a713ca3c734c5b7c24333ba7431e037d6fa01622 100644
|
| --- a/components/browser_sync/profile_sync_service.h
|
| +++ b/components/browser_sync/profile_sync_service.h
|
| @@ -496,8 +496,6 @@ class ProfileSyncService : public syncer::SyncServiceBase,
|
| // Returns true if the syncer is waiting for new datatypes to be encrypted.
|
| virtual bool encryption_pending() const;
|
|
|
| - SigninManagerBase* signin() const;
|
| -
|
| syncer::SyncErrorController* sync_error_controller() {
|
| return sync_error_controller_.get();
|
| }
|
|
|