| Index: components/browser_sync/browser/profile_sync_service.h
|
| diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h
|
| index a69a63fa83259fbf89ea5c5a2d369540a536f804..6d2add9aa24e88caf2fe4454e83a37eefbdb44a8 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.h
|
| +++ b/components/browser_sync/browser/profile_sync_service.h
|
| @@ -342,10 +342,6 @@ class ProfileSyncService : public sync_driver::SyncService,
|
| void RegisterAuthNotifications();
|
| void UnregisterAuthNotifications();
|
|
|
| - // Return whether OAuth2 refresh token is loaded and available for the backend
|
| - // to start up. Virtual to enable mocking in tests.
|
| - virtual bool IsOAuthRefreshTokenAvailable();
|
| -
|
| // Returns the SyncableService for syncer::SESSIONS.
|
| virtual syncer::SyncableService* GetSessionsSyncableService();
|
|
|
|
|