Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: ios/public/provider/components/signin/browser/profile_oauth2_token_service_ios_provider.h

Issue 489113003: Remove MutableProfileOAuth2TokenService on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698