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

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

Issue 2785003002: cros: Showing pin on lock is no longer associated with sending user list. (Closed)
Patch Set: Address comments Created 3 years, 8 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 d64b32744127780a8b23a9d038fa5732c5d19ad1..8d80ab42ca1479ce5e8b8916747a5f8e3339a8ec 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
@@ -347,8 +347,8 @@ class SigninScreenHandler
// Restore input focus to current user pod.
void RefocusCurrentPod();
- // Hides the PIN keyboard if it is no longer available.
- void HidePinKeyboardIfNeeded(const AccountId& account_id);
+ // Enable or disable the pin keyboard for the given account.
+ void UpdatePinKeyboardState(const AccountId& account_id);
// WebUI message handlers.
void HandleGetUsers();
« no previous file with comments | « chrome/browser/resources/chromeos/login/lock.js ('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