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

Unified Diff: components/password_manager/content/common/credential_manager_types.h

Issue 848723002: Credential Manager API: Showing both local and federated logins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review, please 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/content/common/credential_manager_types.h
diff --git a/components/password_manager/content/common/credential_manager_types.h b/components/password_manager/content/common/credential_manager_types.h
index 2a64acbc8ad1bc39f92b759deb89447b9592c1c3..6a9d037a1c7d86a659f009f05d68913a81c239c4 100644
--- a/components/password_manager/content/common/credential_manager_types.h
+++ b/components/password_manager/content/common/credential_manager_types.h
@@ -36,7 +36,8 @@ enum class CredentialType : unsigned int {
struct CredentialInfo {
CredentialInfo();
explicit CredentialInfo(const blink::WebCredential& credential);
- explicit CredentialInfo(const autofill::PasswordForm& form);
+ explicit CredentialInfo(const autofill::PasswordForm& form,
+ CredentialType form_type);
~CredentialInfo();
CredentialType type;

Powered by Google App Engine
This is Rietveld 408576698