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

Unified Diff: components/password_manager/core/browser/stub_password_manager_client.h

Issue 877613004: [Credential Manager API] Pass origin to Account chooser UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local_vs_federated
Patch Set: Created 5 years, 11 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/stub_password_manager_client.h
diff --git a/components/password_manager/core/browser/stub_password_manager_client.h b/components/password_manager/core/browser/stub_password_manager_client.h
index 256f7d57262f580e935774b5224e37de9ad1bac1..7d6d87024031d28aa40f603f4b952cad2d5dd5ee 100644
--- a/components/password_manager/core/browser/stub_password_manager_client.h
+++ b/components/password_manager/core/browser/stub_password_manager_client.h
@@ -27,6 +27,7 @@ class StubPasswordManagerClient : public PasswordManagerClient {
bool PromptUserToChooseCredentials(
const std::vector<autofill::PasswordForm*>& local_forms,
const std::vector<autofill::PasswordForm*>& federated_forms,
+ const GURL& origin,
base::Callback<void(const password_manager::CredentialInfo&)> callback)
override;
void AutomaticPasswordSave(

Powered by Google App Engine
This is Rietveld 408576698