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

Unified Diff: components/user_manager/user.h

Issue 2450183002: Rename UserInfo method GetEmail to GetDisplayEmail. (Closed)
Patch Set: Fixed build in a dependent CL. 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.h
diff --git a/components/user_manager/user.h b/components/user_manager/user.h
index 9ace71923a8bd4037c52858a73823ac9c15a2ba1..571a3e6285efa28c2c886dd4c9098beed6490b5f 100644
--- a/components/user_manager/user.h
+++ b/components/user_manager/user.h
@@ -86,7 +86,7 @@ class USER_MANAGER_EXPORT User : public UserInfo {
~User() override;
// UserInfo
- std::string GetEmail() const override;
+ std::string GetDisplayEmail() const override;
base::string16 GetDisplayName() const override;
base::string16 GetGivenName() const override;
const gfx::ImageSkia& GetImage() const override;

Powered by Google App Engine
This is Rietveld 408576698