| Index: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| index 60809afb6dec68e2601206f47b521ce667dcb359..ba435792ead9ec778f12f975c9712209266f6ec8 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| @@ -161,6 +161,12 @@ class SigninScreenHandlerDelegate {
|
| // user's displayed email value will be updated to |email|.
|
| virtual void SetDisplayEmail(const std::string& email) = 0;
|
|
|
| + // Sets the displayed name and given name for the next login attempt. If it
|
| + // succeeds, user's displayed name and give name values will be updated to
|
| + // |display_name| and |given_name|.
|
| + virtual void SetDisplayAndGivenName(const std::string& display_name,
|
| + const std::string& given_name) = 0;
|
| +
|
| // --------------- Rest of the methods.
|
| // Cancels user adding.
|
| virtual void CancelUserAdding() = 0;
|
|
|