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

Unified Diff: chrome/browser/chromeos/login/ui/login_display.h

Issue 2685793004: Chromad: Wire up displayName and givenName (Closed)
Patch Set: Created 3 years, 10 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: chrome/browser/chromeos/login/ui/login_display.h
diff --git a/chrome/browser/chromeos/login/ui/login_display.h b/chrome/browser/chromeos/login/ui/login_display.h
index 310fdcfb19e95b6725f6f6956778c3fe7cf9d50b..4fa0b865b3d87670778e477361c3d26e71bb1536 100644
--- a/chrome/browser/chromeos/login/ui/login_display.h
+++ b/chrome/browser/chromeos/login/ui/login_display.h
@@ -87,6 +87,8 @@ class LoginDisplay {
// Sets the displayed email for the next login attempt with |CompleteLogin|.
// If it succeeds, user's displayed email value will be updated to |email|.
virtual void SetDisplayEmail(const std::string& email) = 0;
+ virtual void SetDisplayName(const std::string& display_name) = 0;
+ virtual void SetGivenName(const std::string& given_name) = 0;
xiyuan 2017/02/08 22:59:57 Do we ever need to set the two names separately? M
Roman Sorokin (ftl) 2017/02/09 10:50:47 Done.
// Returns name of the currently connected network, for error message,
virtual base::string16 GetConnectedNetworkName() = 0;

Powered by Google App Engine
This is Rietveld 408576698