Index: chrome/browser/sync/test/integration/profile_sync_service_harness.cc |
diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc |
index 71b093a238c141cbabbc093cd902d933429f934c..febe767c5ccd3aa05ad1abd0d5534f7b8999f227 100644 |
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc |
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc |
@@ -217,8 +217,6 @@ bool ProfileSyncServiceHarness::SetupSync( |
// Authenticate sync client using GAIA credentials. |
service()->signin()->SetAuthenticatedUsername(username_); |
- profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, |
- username_); |
GoogleServiceSigninSuccessDetails details(username_, password_); |
content::NotificationService::current()->Notify( |
chrome::NOTIFICATION_GOOGLE_SIGNIN_SUCCESSFUL, |