| 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 eb967e6efc5036209b38f425c0137173371d0d2a..1c263cb732f42828e4f4a77cf0a20a4da60410c4 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| @@ -37,6 +37,8 @@
|
| #include "net/base/net_errors.h"
|
| #include "ui/events/event_handler.h"
|
|
|
| +class EasyUnlockService;
|
| +
|
| namespace base {
|
| class DictionaryValue;
|
| class ListValue;
|
| @@ -459,6 +461,11 @@ class SigninScreenHandler
|
| // Returns OobeUI object of NULL.
|
| OobeUI* GetOobeUI() const;
|
|
|
| + // Gets the easy unlock service associated with the user. Can return NULL if
|
| + // user cannot be found, or there is not associated service.
|
| + EasyUnlockService* GetEasyUnlockServiceForUser(
|
| + const std::string& username) const;
|
| +
|
| // Current UI state of the signin screen.
|
| UIState ui_state_;
|
|
|
|
|