| 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 d64b32744127780a8b23a9d038fa5732c5d19ad1..8d80ab42ca1479ce5e8b8916747a5f8e3339a8ec 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| @@ -347,8 +347,8 @@ class SigninScreenHandler
|
| // Restore input focus to current user pod.
|
| void RefocusCurrentPod();
|
|
|
| - // Hides the PIN keyboard if it is no longer available.
|
| - void HidePinKeyboardIfNeeded(const AccountId& account_id);
|
| + // Enable or disable the pin keyboard for the given account.
|
| + void UpdatePinKeyboardState(const AccountId& account_id);
|
|
|
| // WebUI message handlers.
|
| void HandleGetUsers();
|
|
|