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

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

Issue 1832933002: Update the |skip_zero_click| flag of a credential when selected in the account chooser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 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 b2c99e23b08b0c3bdd5177c4a193f2504e8a546c..4145b18d67fe262bdaa40108954a6dfa0ad053e4 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
@@ -122,7 +122,7 @@ void CredentialManagerPendingRequestTask::OnGetPasswordStoreResults(
!delegate_->client()->PromptUserToChooseCredentials(
std::move(local_results), std::move(federated_results), origin_,
base::Bind(
- &CredentialManagerPendingRequestTaskDelegate::SendCredential,
+ &CredentialManagerPendingRequestTaskDelegate::SendPasswordForm,
base::Unretained(delegate_), id_))) {
if (can_use_autosignin) {
// The user had credentials, but either chose not to share them with the

Powered by Google App Engine
This is Rietveld 408576698