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

Unified Diff: components/user_manager/user_manager_base.h

Issue 1394723002: This CL fixes the issue with login using alternative e-mails. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2526
Patch Set: Created 5 years, 2 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/user_manager/user_manager.h ('k') | components/user_manager/user_manager_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user_manager_base.h
diff --git a/components/user_manager/user_manager_base.h b/components/user_manager/user_manager_base.h
index a89dcc1c81420dc0cb38b7787fa4b178bee5f9ba..a5f5f8fe4f24d7fc0f0ffdf5272c31656f7a033a 100644
--- a/components/user_manager/user_manager_base.h
+++ b/components/user_manager/user_manager_base.h
@@ -129,6 +129,8 @@ class USER_MANAGER_EXPORT UserManagerBase : public UserManager {
void SetKnownUserIntegerPref(const UserID& user_id,
const std::string& path,
const int in_value) override;
+ bool GetKnownUserCanonicalEmail(const UserID& user_id,
+ std::string* out_email) override;
void UpdateGaiaID(const UserID& user_id, const std::string& gaia_id) override;
bool FindGaiaID(const UserID& user_id, std::string* out_value) override;
void UpdateUsingSAML(const std::string& user_id,
« no previous file with comments | « components/user_manager/user_manager.h ('k') | components/user_manager/user_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698