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

Unified Diff: chrome/browser/chromeos/login/lock/webui_screen_locker.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/lock/webui_screen_locker.h
diff --git a/chrome/browser/chromeos/login/lock/webui_screen_locker.h b/chrome/browser/chromeos/login/lock/webui_screen_locker.h
index 8b47b7afc7206c4b32f322ec3e95bb20893c7fd0..fef6164e93cc9fdcbf8e9c74f4f753b668d9d96d 100644
--- a/chrome/browser/chromeos/login/lock/webui_screen_locker.h
+++ b/chrome/browser/chromeos/login/lock/webui_screen_locker.h
@@ -118,6 +118,8 @@ class WebUIScreenLocker : public WebUILoginView,
void ResetAutoLoginTimer() override;
void ResyncUserData() override;
void SetDisplayEmail(const std::string& email) override;
+ void SetDisplayName(const std::string& display_name) override;
+ void SetGivenName(const std::string& given_name) override;
void Signout() override;
bool IsUserWhitelisted(const AccountId& account_id) override;

Powered by Google App Engine
This is Rietveld 408576698