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

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

Issue 2133953002: PasswordForm -> FormDigest for GetLogins (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@413020_ssl_valid
Patch Set: Nits addressed Created 4 years, 5 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_impl.h
diff --git a/components/password_manager/content/browser/credential_manager_impl.h b/components/password_manager/content/browser/credential_manager_impl.h
index 2603293aa9e54eed4cb9cccc495f1e00428be563..2e143323aecb5eecbe319eaf625bf5ec07ef3734 100644
--- a/components/password_manager/content/browser/credential_manager_impl.h
+++ b/components/password_manager/content/browser/credential_manager_impl.h
@@ -67,7 +67,7 @@ class CredentialManagerImpl
void SendPasswordForm(const SendCredentialCallback& send_callback,
const autofill::PasswordForm* form) override;
PasswordManagerClient* client() const override;
- autofill::PasswordForm GetSynthesizedFormForOrigin() const override;
+ PasswordStore::FormDigest GetSynthesizedFormForOrigin() const override;
// CredentialManagerPendingSignedOutTaskDelegate:
PasswordStore* GetPasswordStore() override;

Powered by Google App Engine
This is Rietveld 408576698