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

Unified Diff: components/password_manager/core/browser/credential_manager_pending_request_task.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/core/browser/credential_manager_pending_request_task.h
diff --git a/components/password_manager/core/browser/credential_manager_pending_request_task.h b/components/password_manager/core/browser/credential_manager_pending_request_task.h
index 1cafaf1bd438a60f51e876255797f23b29ff01e9..2994bf377924bda5a78022ba0c4bd066e1a815d2 100644
--- a/components/password_manager/core/browser/credential_manager_pending_request_task.h
+++ b/components/password_manager/core/browser/credential_manager_pending_request_task.h
@@ -12,6 +12,7 @@
#include "base/callback_forward.h"
#include "base/macros.h"
#include "base/memory/scoped_vector.h"
+#include "components/password_manager/core/browser/password_store.h"
#include "components/password_manager/core/browser/password_store_consumer.h"
#include "url/gurl.h"
@@ -38,7 +39,7 @@ class CredentialManagerPendingRequestTaskDelegate {
virtual GURL GetOrigin() const = 0;
// Retrieves a synthetic PasswordForm for the current page origin.
- virtual autofill::PasswordForm GetSynthesizedFormForOrigin() const = 0;
+ virtual PasswordStore::FormDigest GetSynthesizedFormForOrigin() const = 0;
// Returns the PasswordManagerClient.
virtual PasswordManagerClient* client() const = 0;

Powered by Google App Engine
This is Rietveld 408576698