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

Unified Diff: components/signin/core/browser/mutable_profile_oauth2_token_service.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/core/browser/mutable_profile_oauth2_token_service.h
diff --git a/components/signin/core/browser/mutable_profile_oauth2_token_service.h b/components/signin/core/browser/mutable_profile_oauth2_token_service.h
index 07972cdd6f231e2c6baaa37600371deadeff5cea..70cab225b5aaf5c1825c9d6b2d06f17b80d63d51 100644
--- a/components/signin/core/browser/mutable_profile_oauth2_token_service.h
+++ b/components/signin/core/browser/mutable_profile_oauth2_token_service.h
@@ -53,7 +53,6 @@ class MutableProfileOAuth2TokenService : public ProfileOAuth2TokenService,
// SigninErrorController::AuthStatusProvider implementation.
std::string GetAccountId() const override;
- std::string GetUsername() const override;
GoogleServiceAuthError GetAuthStatus() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698