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

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

Issue 2809993004: cros: Implement cryptohome backend for pin.
Patch Set: Address comments Created 3 years, 6 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 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();
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698