| Index: components/signin/ios/browser/profile_oauth2_token_service_ios_delegate.h
|
| diff --git a/components/signin/ios/browser/profile_oauth2_token_service_ios_delegate.h b/components/signin/ios/browser/profile_oauth2_token_service_ios_delegate.h
|
| index 5ba8547f50906be2e13982bac9a10b9733ff198e..a52bdf1df2623ab9c49fcdaf5d257cc58f3ea7ab 100644
|
| --- a/components/signin/ios/browser/profile_oauth2_token_service_ios_delegate.h
|
| +++ b/components/signin/ios/browser/profile_oauth2_token_service_ios_delegate.h
|
| @@ -30,11 +30,12 @@ class ProfileOAuth2TokenServiceIOSDelegate : public OAuth2TokenServiceDelegate {
|
| void Shutdown() override;
|
|
|
| bool RefreshTokenIsAvailable(const std::string& account_id) const override;
|
| + bool RefreshTokenHasError(const std::string& account_id) const override;
|
| + void UpdateAuthError(const std::string& account_id,
|
| + const GoogleServiceAuthError& error) override;
|
|
|
| void LoadCredentials(const std::string& primary_account_id) override;
|
| std::vector<std::string> GetAccounts() override;
|
| - void UpdateAuthError(const std::string& account_id,
|
| - const GoogleServiceAuthError& error) override;
|
|
|
| // This method should not be called when using shared authentication.
|
| void UpdateCredentials(const std::string& account_id,
|
|
|