| 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 7401119922b7a032600491233d021271482900c0..ead94f5b7c13d4fb68d76cfe4eb84ea9b0ab3cff 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| @@ -325,6 +325,8 @@ class SigninScreenHandler
|
| void HandleGetUsers();
|
| void HandleAuthenticateUser(const AccountId& account_id,
|
| const std::string& password);
|
| + void HandleAuthenticateUserWithPin(const AccountId& account_id,
|
| + const std::string& password);
|
| void HandleAttemptUnlock(const std::string& username);
|
| void HandleLaunchIncognito();
|
| void HandleLaunchPublicSession(const AccountId& account_id,
|
|
|