| Index: components/password_manager/core/browser/password_store.cc
|
| diff --git a/components/password_manager/core/browser/password_store.cc b/components/password_manager/core/browser/password_store.cc
|
| index 4750796439f3f99509af04da3f89f1a8f7dcf81c..b9f7f2b66bb1390fa00a98c2ab2bdeff32f1ec08 100644
|
| --- a/components/password_manager/core/browser/password_store.cc
|
| +++ b/components/password_manager/core/browser/password_store.cc
|
| @@ -705,12 +705,8 @@ void PasswordStore::InitOnBackgroundThread(
|
| syncable_service_.reset(new PasswordSyncableService(this));
|
| syncable_service_->InjectStartSyncFlare(flare);
|
| reuse_detector_.reset(new PasswordReuseDetector);
|
| -#if !defined(OS_MACOSX)
|
| - // TODO(crbug.com/668155): For non-migrated keychain users it can lead to
|
| - // hundreds of requests to unlock keychain.
|
| GetAutofillableLoginsImpl(
|
| base::MakeUnique<GetLoginsRequest>(reuse_detector_.get()));
|
| -#endif
|
| }
|
|
|
| void PasswordStore::DestroyOnBackgroundThread() {
|
|
|