| 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 43232963c285fa90049b8d990b2ccbc30a66436d..c764c5b6da8e370602fa5936ff291c4ceb478996 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -612,7 +612,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).
|
|
|