Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Unified Diff: components/password_manager/core/browser/credential_manager_pending_request_task.cc

Issue 2748933005: Remove Obsolete HTTP SiteStatistics From PasswordStore during Migration (Closed)
Patch Set: Capture explicitly Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/password_manager/core/browser/credential_manager_pending_request_task.cc
diff --git a/components/password_manager/core/browser/credential_manager_pending_request_task.cc b/components/password_manager/core/browser/credential_manager_pending_request_task.cc
index c82cabfd2e629af0d284587bfbfa6a4eb0ca96c8..6600bd4dc75827f1a70c6c19e211552aa4338dbe 100644
--- a/components/password_manager/core/browser/credential_manager_pending_request_task.cc
+++ b/components/password_manager/core/browser/credential_manager_pending_request_task.cc
@@ -133,7 +133,7 @@ void CredentialManagerPendingRequestTask::OnGetPasswordStoreResults(
std::vector<std::unique_ptr<autofill::PasswordForm>> results) {
if (results.empty()) {
// Try to migrate the HTTP passwords and process them later.
- http_migrator_ = base::MakeUnique<HttpPasswordMigrator>(
+ http_migrator_ = base::MakeUnique<HttpPasswordStoreMigrator>(
origin_, delegate_->client(), this);
return;
}

Powered by Google App Engine
This is Rietveld 408576698