| Index: ios/public/provider/components/signin/browser/profile_oauth2_token_service_ios_provider.h
|
| diff --git a/ios/public/provider/components/signin/browser/profile_oauth2_token_service_ios_provider.h b/ios/public/provider/components/signin/browser/profile_oauth2_token_service_ios_provider.h
|
| index d6f5238c3b4f29ddb94631f5e62b4bc61cfe6c8b..01694bdfbd28147b6fb5a7775dda7a5679d8ddc4 100644
|
| --- a/ios/public/provider/components/signin/browser/profile_oauth2_token_service_ios_provider.h
|
| +++ b/ios/public/provider/components/signin/browser/profile_oauth2_token_service_ios_provider.h
|
| @@ -49,9 +49,6 @@ class ProfileOAuth2TokenServiceIOSProvider {
|
| ProfileOAuth2TokenServiceIOSProvider() {};
|
| virtual ~ProfileOAuth2TokenServiceIOSProvider() {};
|
|
|
| - // Returns whether authentication is using the shared authentication library.
|
| - virtual bool IsUsingSharedAuthentication() const = 0;
|
| -
|
| // Initializes the shared authentication library. This method should be called
|
| // when loading credentials if the user is signed in to Chrome via the shared
|
| // authentication library.
|
|
|