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

Unified Diff: components/user_manager/user.cc

Issue 2450183002: Rename UserInfo method GetEmail to GetDisplayEmail. (Closed)
Patch Set: Update comment Created 4 years, 1 month 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.h ('k') | components/user_manager/user_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user.cc
diff --git a/components/user_manager/user.cc b/components/user_manager/user.cc
index 577ec1b05cf78cf136f6fa57deb651eb7831709b..8204238b48229bd70260905a0ede99dc6f083fd3 100644
--- a/components/user_manager/user.cc
+++ b/components/user_manager/user.cc
@@ -139,7 +139,7 @@ User::User(const AccountId& account_id)
User::~User() {}
-std::string User::GetEmail() const {
+std::string User::GetDisplayEmail() const {
return display_email();
}
« no previous file with comments | « components/user_manager/user.h ('k') | components/user_manager/user_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698