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

Unified Diff: ui/login/account_picker/user_pod_row.js

Issue 2652793003: Add login screen locale and input method device policies (Closed)
Patch Set: Rebase. Created 3 years, 10 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: ui/login/account_picker/user_pod_row.js
diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js
index cf092570bcf68313bf524cf32f93120cdd69a51d..24e6885eabb0f0f0214a67b24a70892398e3ebcc 100644
--- a/ui/login/account_picker/user_pod_row.js
+++ b/ui/login/account_picker/user_pod_row.js
@@ -3347,6 +3347,8 @@ cr.define('login', function() {
this.firstShown_ = false;
this.lastFocusedPod_ = podToFocus;
this.scrollFocusedPodIntoView();
+ } else {
+ chrome.send('noPodFocused');
}
this.insideFocusPod_ = false;
},

Powered by Google App Engine
This is Rietveld 408576698