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

Unified Diff: components/signin/ios/browser/profile_oauth2_token_service_ios.h

Issue 1094103005: Profile chooser on mac was passing wrong value to signin error controller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 8 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: components/signin/ios/browser/profile_oauth2_token_service_ios.h
diff --git a/components/signin/ios/browser/profile_oauth2_token_service_ios.h b/components/signin/ios/browser/profile_oauth2_token_service_ios.h
index 2a4cef3e2b5b61292fc5e76dc39cf6959bf93a0f..944e2277ea18ff614cea153766928e876c82c83f 100644
--- a/components/signin/ios/browser/profile_oauth2_token_service_ios.h
+++ b/components/signin/ios/browser/profile_oauth2_token_service_ios.h
@@ -114,7 +114,6 @@ class ProfileOAuth2TokenServiceIOS : public ProfileOAuth2TokenService {
// SigninErrorController::AuthStatusProvider implementation.
std::string GetAccountId() const override;
- std::string GetUsername() const override;
GoogleServiceAuthError GetAuthStatus() const override;
bool marked_for_removal() const { return marked_for_removal_; }

Powered by Google App Engine
This is Rietveld 408576698