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

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: Not ready for review 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 2d21170922bc18acd06e335bd271f55b9d204edf..7814f092deb6dcb0bb25b349ab24a1da03d84743 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 CredentialType {
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