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

Unified Diff: components/password_manager/content/browser/credential_manager_dispatcher.h

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/content/browser/credential_manager_dispatcher.h
diff --git a/components/password_manager/content/browser/credential_manager_dispatcher.h b/components/password_manager/content/browser/credential_manager_dispatcher.h
index 0fa7f621c479a9b274ebb199a9b54cfa37276b18..9e9f87ae8e227dd799c84d5457d025b8b13c4ce2 100644
--- a/components/password_manager/content/browser/credential_manager_dispatcher.h
+++ b/components/password_manager/content/browser/credential_manager_dispatcher.h
@@ -68,6 +68,8 @@ class CredentialManagerDispatcher
bool IsZeroClickAllowed() const override;
GURL GetOrigin() const override;
void SendCredential(int request_id, const CredentialInfo& info) override;
+ void SendPasswordForm(int request_id,
+ const autofill::PasswordForm* form) override;
PasswordManagerClient* client() const override;
autofill::PasswordForm GetSynthesizedFormForOrigin() const override;

Powered by Google App Engine
This is Rietveld 408576698