Index: chrome/browser/chromeos/login/screen_locker.cc |
=================================================================== |
--- chrome/browser/chromeos/login/screen_locker.cc (revision 71271) |
+++ chrome/browser/chromeos/login/screen_locker.cc (working copy) |
@@ -792,7 +792,7 @@ |
ProfileSyncService* service = profile->GetProfileSyncService(username); |
if (service && !service->HasSyncSetupCompleted()) { |
// If sync has failed somehow, try setting the sync passphrase here. |
- service->SetPassphrase(password, false); |
+ service->SetPassphrase(password, false, true); |
} |
} |