Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Unified Diff: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h

Issue 608693006: [Easy Unlock] When hardlocking, show a different icon on user (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698