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 facbcaadb6ff9095794bd55112e61878c2a48c2a..ee77cb7225f824c988c971cb0632416aa3320469 100644 |
--- a/chrome/browser/sync/profile_sync_service_harness.cc |
+++ b/chrome/browser/sync/profile_sync_service_harness.cc |
@@ -195,6 +195,8 @@ bool ProfileSyncServiceHarness::SetupSync( |
content::Source<Profile>(profile_), |
content::Details<const GoogleServiceSigninSuccessDetails>(&details)); |
TokenServiceFactory::GetForProfile(profile_)->IssueAuthTokenForTest( |
+ GaiaConstants::kGaiaOAuth2LoginRefreshToken, "oauth2_login_token"); |
+ TokenServiceFactory::GetForProfile(profile_)->IssueAuthTokenForTest( |
GaiaConstants::kSyncService, "sync_token"); |
// Wait for the OnBackendInitialized() callback. |