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

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

Issue 2721663002: Move Credentials when migrating to HSTS page (Closed)
Patch Set: More Explanation 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 63c79bb0a5c1991f5cd2c98e7263994ed10f0f59..c82cabfd2e629af0d284587bfbfa6a4eb0ca96c8 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
@@ -134,8 +134,7 @@ void CredentialManagerPendingRequestTask::OnGetPasswordStoreResults(
if (results.empty()) {
// Try to migrate the HTTP passwords and process them later.
http_migrator_ = base::MakeUnique<HttpPasswordMigrator>(
- origin_, HttpPasswordMigrator::MigrationMode::COPY,
- delegate_->client()->GetPasswordStore(), this);
+ origin_, delegate_->client(), this);
return;
}
ProcessForms(std::move(results));

Powered by Google App Engine
This is Rietveld 408576698