summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-10 20:49:55 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-10 20:49:55 +0000
commit61020f3647770a9369a9342114c11e58fbd5d2f5 (patch)
tree3efe7e286616673670272e21fd744a3e5945b9f2 /chrome/browser/chromeos
parentc3bf698d5940524722c4f595a79309b9acaf63ee (diff)
downloadchromium_src-61020f3647770a9369a9342114c11e58fbd5d2f5.zip
chromium_src-61020f3647770a9369a9342114c11e58fbd5d2f5.tar.gz
chromium_src-61020f3647770a9369a9342114c11e58fbd5d2f5.tar.bz2
fix broken cros build.
BUG= TEST= Review URL: http://codereview.chromium.org/4718002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65700 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos')
-rw-r--r--chrome/browser/chromeos/login/login_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 9be3a87..e343779 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -191,7 +191,7 @@ void LoginUtilsImpl::CompleteLogin(
// Set the CrOS user by getting this constructor run with the
// user's email on first retrieval.
- profile->GetProfileSyncService(username)->SetPassphrase(password);
+ profile->GetProfileSyncService(username)->SetPassphrase(password, false);
btl->AddLoginTimeMarker("SyncStarted", false);
// Attempt to take ownership; this will fail if device is already owned.