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

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

Issue 403343002: Rename "managed (mode|user)" to "supervised user" (part 8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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
« no previous file with comments | « chrome/test/data/chromeos/oobe_webui_browsertest.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/screen_account_picker.js
diff --git a/ui/login/account_picker/screen_account_picker.js b/ui/login/account_picker/screen_account_picker.js
index 3d14d363ccefe5c64b1e5238adc9a21fce7c8b77..b053cacee2be72fd2063edac63101eedd6f6be4a 100644
--- a/ui/login/account_picker/screen_account_picker.js
+++ b/ui/login/account_picker/screen_account_picker.js
@@ -150,9 +150,9 @@ login.createScreen('AccountPickerScreen', 'account-picker', function() {
error);
return;
}
- // Show web authentication if this is not a locally managed user.
+ // Show web authentication if this is not a supervised user.
if (loginAttempts > MAX_LOGIN_ATTEMPTS_IN_POD &&
- !activatedPod.user.locallyManagedUser) {
+ !activatedPod.user.supervisedUser) {
activatedPod.showSigninUI();
} else {
// We want bubble's arrow to point to the first letter of input.
« no previous file with comments | « chrome/test/data/chromeos/oobe_webui_browsertest.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698