| 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 7c84c67d8869cf6311e702d5307546cb52c25c83..19e25b02df8b477da40519982686cb3151446369 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -621,7 +621,6 @@ class ProfileSyncService : public ProfileSyncServiceBase,
|
| virtual void OnRefreshTokenAvailable(const std::string& account_id) OVERRIDE;
|
| virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
|
| virtual void OnRefreshTokensLoaded() OVERRIDE;
|
| - virtual void OnRefreshTokensCleared() OVERRIDE;
|
|
|
| // BrowserContextKeyedService implementation. This must be called exactly
|
| // once (before this object is destroyed).
|
|
|