Index: chrome/browser/password_manager/password_store_factory.cc |
diff --git a/chrome/browser/password_manager/password_store_factory.cc b/chrome/browser/password_manager/password_store_factory.cc |
index 6503a209300cdb0662f8723f69a0a20a82fb6c22..c4a9d4ab106674dd783d8bdc5d26e25e0b7f8727 100644 |
--- a/chrome/browser/password_manager/password_store_factory.cc |
+++ b/chrome/browser/password_manager/password_store_factory.cc |
@@ -227,11 +227,9 @@ KeyedService* PasswordStoreFactory::BuildServiceInstanceFor( |
#else |
NOTIMPLEMENTED(); |
#endif |
- std::string sync_username = |
- password_manager_sync_metrics::GetSyncUsername(profile); |
if (!ps.get() || |
- !ps->Init(sync_start_util::GetFlareForSyncableService(profile->GetPath()), |
- sync_username)) { |
+ !ps->Init( |
+ sync_start_util::GetFlareForSyncableService(profile->GetPath()))) { |
NOTREACHED() << "Could not initialize password manager."; |
return NULL; |
} |