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

Unified Diff: ui/login/display_manager.js

Issue 2533413002: cros: Small JS cleanup in lock screen code. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/display_manager.js
diff --git a/ui/login/display_manager.js b/ui/login/display_manager.js
index fb08fb33049b79996b259efefb63c862fa5967be..a3b5210c55d11679af0d16a7557592507e67f570 100644
--- a/ui/login/display_manager.js
+++ b/ui/login/display_manager.js
@@ -266,7 +266,7 @@ cr.define('cr.ui.login', function() {
set pinHidden(hidden) {
this.virtualKeyboardShown = hidden;
- $('pod-row').setPinHidden(hidden);
+ $('pod-row').setFocusedPodPinVisibility(!hidden);
},
/**
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698