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

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

Issue 2809993004: cros: Implement cryptohome backend for pin.
Patch Set: Rebase, remove some extraneous LOG statements Created 3 years, 7 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 933ca0e7920c77f668f5527f72d6bfe556bfe954..e4c813f762bad50e40cc7d1babee1798fc8ad2b4 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
@@ -351,6 +351,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();

Powered by Google App Engine
This is Rietveld 408576698