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

Unified Diff: ui/webui/resources/js/chromeos/ui_account_tweaks.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 | « ui/login/screen_container.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/chromeos/ui_account_tweaks.js
diff --git a/ui/webui/resources/js/chromeos/ui_account_tweaks.js b/ui/webui/resources/js/chromeos/ui_account_tweaks.js
index 9b4b85aef2be1de552a3688bcf88f9a21c2d71b2..9969ec51a388984a39a45d1bc6099c2ac21210a8 100644
--- a/ui/webui/resources/js/chromeos/ui_account_tweaks.js
+++ b/ui/webui/resources/js/chromeos/ui_account_tweaks.js
@@ -52,8 +52,8 @@ cr.define('uiAccountTweaks', function() {
/**
* @return {boolean} Whether we're currently in supervised user mode.
*/
- UIAccountTweaks.loggedInAsLocallyManagedUser = function() {
- return loadTimeData.getBoolean('loggedInAsLocallyManagedUser');
+ UIAccountTweaks.loggedInAsSupervisedUser = function() {
+ return loadTimeData.getBoolean('loggedInAsSupervisedUser');
};
/**
« no previous file with comments | « ui/login/screen_container.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698