| Index: chrome/browser/sync/profile_sync_service_harness.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_harness.cc b/chrome/browser/sync/profile_sync_service_harness.cc
|
| index 7f078f35037af548ada4d542e358c43376a7ae6b..881c7256a5deedf2fab0b8467651b7529e4b8061 100644
|
| --- a/chrome/browser/sync/profile_sync_service_harness.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_harness.cc
|
| @@ -197,6 +197,9 @@ bool ProfileSyncServiceHarness::SetupSync(
|
| return false;
|
| }
|
|
|
| + // Set our implicit passphrase.
|
| + service_->SetPassphrase(password_, false);
|
| +
|
| // Wait for initial sync cycle to be completed.
|
| DCHECK_EQ(wait_state_, WAITING_FOR_INITIAL_SYNC);
|
| if (!AwaitStatusChangeWithTimeout(kLiveSyncOperationTimeoutMs,
|
|
|