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

Unified Diff: chrome/browser/chromeos/login/login_utils.cc

Issue 337573002: Rename prefs::kManagedUserId to prefs::kSupervisedUserId to fix compile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 71dd7ee199160371a03107710facc4b5e499053c..b369abb5d071373673a8eea8b0b2cf34be957ac6 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -459,7 +459,7 @@ void LoginUtilsImpl::InitProfilePreferences(Profile* user_profile,
if (managed_user_sync_id.empty())
managed_user_sync_id = "DUMMY_ID";
- user_profile->GetPrefs()->SetString(prefs::kManagedUserId,
+ user_profile->GetPrefs()->SetString(prefs::kSupervisedUserId,
managed_user_sync_id);
} else if (UserManager::Get()->IsLoggedInAsRegularUser()) {
// Make sure that the google service username is properly set (we do this
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698