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

Unified Diff: components/user_manager/user_info.h

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.cc ('k') | components/user_manager/user_info_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user_info.h
diff --git a/components/user_manager/user_info.h b/components/user_manager/user_info.h
index 6a692d62193d7c4dfb94c8b937cafc87767bd348..5f73252fc8eeb66b280aa48b5415d08ae1a3e058 100644
--- a/components/user_manager/user_info.h
+++ b/components/user_manager/user_info.h
@@ -33,7 +33,7 @@ class USER_MANAGER_EXPORT UserInfo {
// Gets the display email address for the user.
// The display email address might contains some periods in the email name
// as well as capitalized letters. For example: "Foo.Bar@mock.com".
- virtual std::string GetEmail() const = 0;
+ virtual std::string GetDisplayEmail() const = 0;
// Returns AccountId for the user.
virtual const AccountId& GetAccountId() const = 0;
« no previous file with comments | « components/user_manager/user.cc ('k') | components/user_manager/user_info_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698