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

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

Issue 224343003: Enable supervised users password sync/import on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update tests Created 6 years, 9 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 | chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/fake_login_utils.cc
diff --git a/chrome/browser/chromeos/login/fake_login_utils.cc b/chrome/browser/chromeos/login/fake_login_utils.cc
index 2f7a0f11ed75e0c23072851e7078eebbb1414aef..678ba11e6c6f8e2b8b96d49a6bf4cb7209eda9dd 100644
--- a/chrome/browser/chromeos/login/fake_login_utils.cc
+++ b/chrome/browser/chromeos/login/fake_login_utils.cc
@@ -61,7 +61,7 @@ void FakeLoginUtils::PrepareProfile(const UserContext& user_context,
LoginUtils::Delegate* delegate) {
UserManager::Get()->UserLoggedIn(
user_context.username, user_context.username_hash, false);
- Profile* profile = CreateProfile(user_context.username);
+ Profile* profile = CreateProfile(user_context.username_hash);
if (UserManager::Get()->IsLoggedInAsLocallyManagedUser()) {
User* active_user = UserManager::Get()->GetActiveUser();
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698