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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl

Issue 2832813002: Drop SiteBoundCredential in favor of CredentialUserData (Closed)
Patch Set: HTTPS Rename Created 3 years, 8 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: third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
diff --git a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
index f552210004e143b9e7afb08146f7e44de4b0778c..822bb01a715342c4789c037bd1fb114068ccdd0e 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
+++ b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
@@ -12,8 +12,9 @@ typedef (FormData or URLSearchParams) CredentialBodyType;
Constructor(PasswordCredentialData data),
Constructor(HTMLFormElement form),
Exposed=Window,
-] interface PasswordCredential : SiteBoundCredential {
+] interface PasswordCredential : Credential {
attribute USVString idName;
attribute USVString passwordName;
attribute CredentialBodyType? additionalData;
};
+PasswordCredential implements CredentialUserData;

Powered by Google App Engine
This is Rietveld 408576698