| Index: chrome/browser/sync/test_profile_sync_service.cc | 
| diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc | 
| index 7d5be8526ea8c51a78ea2b3616f221d00bf38f6c..f4a0e7864f3e6c5a2f37eb3f8749bf77a52db7fd 100644 | 
| --- a/chrome/browser/sync/test_profile_sync_service.cc | 
| +++ b/chrome/browser/sync/test_profile_sync_service.cc | 
| @@ -227,7 +227,7 @@ void TestProfileSyncService::OnBackendInitialized() { | 
|  | 
| ProfileSyncService::OnBackendInitialized(); | 
| if (send_passphrase_required) | 
| -    OnPassphraseRequired(true); | 
| +    OnPassphraseRequired(sync_api::REASON_DECRYPTION); | 
|  | 
| // TODO(akalin): Figure out a better way to do this. | 
| if (synchronous_backend_initialization_) { | 
|  |