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

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

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
« no previous file with comments | « components/signin/ios/browser/profile_oauth2_token_service_ios.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/ios/browser/profile_oauth2_token_service_ios.mm
diff --git a/components/signin/ios/browser/profile_oauth2_token_service_ios.mm b/components/signin/ios/browser/profile_oauth2_token_service_ios.mm
index a305f081b37aa39fef4fd10c58f73b40954a6e85..2eb3cff42429ff2564df047782c82c5e57351f19 100644
--- a/components/signin/ios/browser/profile_oauth2_token_service_ios.mm
+++ b/components/signin/ios/browser/profile_oauth2_token_service_ios.mm
@@ -162,12 +162,6 @@ std::string ProfileOAuth2TokenServiceIOS::AccountInfo::GetAccountId() const {
return account_id_;
}
-std::string ProfileOAuth2TokenServiceIOS::AccountInfo::GetUsername() const {
- // TODO(rogerta): when |account_id| becomes the obfuscated gaia id, this
- // will need to be changed.
- return account_id_;
-}
-
GoogleServiceAuthError
ProfileOAuth2TokenServiceIOS::AccountInfo::GetAuthStatus() const {
return last_auth_error_;
« no previous file with comments | « components/signin/ios/browser/profile_oauth2_token_service_ios.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698