summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authoratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-03 02:15:55 +0000
committeratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-03 02:15:55 +0000
commit954dd6134a976be00ea5ff352304fcabfa96cfe6 (patch)
tree30cc808042dfc4f60677e7479128a2e1bea10e6d /chrome
parent8df4374436461a25770c88115fa6689280d12c93 (diff)
downloadchromium_src-954dd6134a976be00ea5ff352304fcabfa96cfe6.zip
chromium_src-954dd6134a976be00ea5ff352304fcabfa96cfe6.tar.gz
chromium_src-954dd6134a976be00ea5ff352304fcabfa96cfe6.tar.bz2
2nd compilation fix for cros (missed a file).
BUG=none TEST=none Review URL: http://codereview.chromium.org/7737009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/chromeos/login/screen_locker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/login/screen_locker.cc b/chrome/browser/chromeos/login/screen_locker.cc
index b9d40f9..87f1713 100644
--- a/chrome/browser/chromeos/login/screen_locker.cc
+++ b/chrome/browser/chromeos/login/screen_locker.cc
@@ -877,7 +877,7 @@ void ScreenLocker::OnLoginSuccess(
ProfileSyncService* service = profile->GetProfileSyncService(username);
if (service && !service->HasSyncSetupCompleted()) {
// If sync has failed somehow, try setting the sync passphrase here.
- service->SetPassphrase(password, false, true);
+ service->SetPassphrase(password, false);
}
}