| 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 d5256e2e3c8f32c8ddf6e6ae54dc6247abb2e53f..874a3ceb20ef65569a435105c142b5bce05e0ddb 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| @@ -367,6 +367,11 @@ class SigninScreenHandler
|
|
|
| // Enable or disable the pin keyboard for the given account.
|
| void UpdatePinKeyboardState(const AccountId& account_id);
|
| + void UpdatePinKeyboardStateCallback(const AccountId& account_id,
|
| + bool is_enabled);
|
| + // Callback run by PinBackend. If |should_enabled| is true the PIN keyboard is
|
| + // preloaded.
|
| + void PreloadPinKeyboardCallback(bool should_enabled);
|
|
|
| // WebUI message handlers.
|
| void HandleGetUsers();
|
|
|