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

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

Issue 1776673003: Fix the password bubble titles for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the tests 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 3d83f49685559e04275d39187e7dba521130914e..b2c99e23b08b0c3bdd5177c4a193f2504e8a546c 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
@@ -107,7 +107,8 @@ void CredentialManagerPendingRequestTask::OnGetPasswordStoreResults(
local_results[0]->federation_origin.unique()
? CredentialType::CREDENTIAL_TYPE_PASSWORD
: CredentialType::CREDENTIAL_TYPE_FEDERATED);
- delegate_->client()->NotifyUserAutoSignin(std::move(local_results));
+ delegate_->client()->NotifyUserAutoSignin(std::move(local_results),
+ origin_);
delegate_->SendCredential(id_, info);
return;
}

Powered by Google App Engine
This is Rietveld 408576698