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

Unified Diff: chrome/browser/chromeos/login/app_launch_signin_screen.h

Issue 2685793004: Chromad: Wire up displayName and givenName (Closed)
Patch Set: Combine SetDisplayName and SetGivenName into SetDisplayAndGiveName 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/app_launch_signin_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/app_launch_signin_screen.h
diff --git a/chrome/browser/chromeos/login/app_launch_signin_screen.h b/chrome/browser/chromeos/login/app_launch_signin_screen.h
index 8d3143b48bc48ecfdbfe2c737088911c5dc0a493..4e59eaaa4eb508563a3c9ce0c3a5c7110b5f7856 100644
--- a/chrome/browser/chromeos/login/app_launch_signin_screen.h
+++ b/chrome/browser/chromeos/login/app_launch_signin_screen.h
@@ -82,6 +82,8 @@ class AppLaunchSigninScreen : public SigninScreenHandlerDelegate,
bool IsSigninInProgress() const override;
bool IsUserSigninCompleted() const override;
void SetDisplayEmail(const std::string& email) override;
+ void SetDisplayAndGivenName(const std::string& display_name,
+ const std::string& given_name) override;
void Signout() override;
void HandleGetUsers() override;
void CheckUserStatus(const AccountId& account_id) override;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/app_launch_signin_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698