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

Unified Diff: chrome/browser/signin/android_profile_oauth2_token_service.h

Issue 809313009: Make the SigninErrorController a PKS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary header Created 5 years, 11 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: chrome/browser/signin/android_profile_oauth2_token_service.h
diff --git a/chrome/browser/signin/android_profile_oauth2_token_service.h b/chrome/browser/signin/android_profile_oauth2_token_service.h
index a878536d2f7b21d42fdde3623e48309644ee8203..cae22f71df699630122034025882b703e3cf73a8 100644
--- a/chrome/browser/signin/android_profile_oauth2_token_service.h
+++ b/chrome/browser/signin/android_profile_oauth2_token_service.h
@@ -44,7 +44,9 @@ class AndroidProfileOAuth2TokenService : public ProfileOAuth2TokenService {
}
// ProfileOAuth2TokenService overrides:
- virtual void Initialize(SigninClient* client) override;
+ virtual void Initialize(
+ SigninClient* client,
+ SigninErrorController* signin_error_controller) override;
virtual bool RefreshTokenIsAvailable(
const std::string& account_id) const override;
virtual void UpdateAuthError(
« no previous file with comments | « chrome/browser/profiles/profiles_state.cc ('k') | chrome/browser/signin/android_profile_oauth2_token_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698