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

Unified Diff: components/user_manager/user_info_impl.h

Issue 2450183002: Rename UserInfo method GetEmail to GetDisplayEmail. (Closed)
Patch Set: Fix build Created 4 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
Index: components/user_manager/user_info_impl.h
diff --git a/components/user_manager/user_info_impl.h b/components/user_manager/user_info_impl.h
index a22c576b104535d743f4629f3a877aeb75189d55..7c0d84048e36e6b6f5e11c54ddf00c421bcecfbd 100644
--- a/components/user_manager/user_info_impl.h
+++ b/components/user_manager/user_info_impl.h
@@ -25,7 +25,7 @@ class USER_MANAGER_EXPORT UserInfoImpl : public UserInfo {
// UserInfo:
base::string16 GetDisplayName() const override;
base::string16 GetGivenName() const override;
- std::string GetEmail() const override;
+ std::string GetDisplayEmail() const override;
const AccountId& GetAccountId() const override;
const gfx::ImageSkia& GetImage() const override;

Powered by Google App Engine
This is Rietveld 408576698