diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-03 02:15:55 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-03 02:15:55 +0000 |
commit | 954dd6134a976be00ea5ff352304fcabfa96cfe6 (patch) | |
tree | 30cc808042dfc4f60677e7479128a2e1bea10e6d /chrome | |
parent | 8df4374436461a25770c88115fa6689280d12c93 (diff) | |
download | chromium_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.cc | 2 |
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); } } |