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

Unified Diff: Source/modules/credentialmanager/LocalCredential.idl

Issue 645023005: Credential Manager: Add a 'formData' property to LocalCredential. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git/+/reordering-arguments
Patch Set: Ugh. Created 6 years, 2 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
« no previous file with comments | « Source/modules/credentialmanager/LocalCredential.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/credentialmanager/LocalCredential.idl
diff --git a/Source/modules/credentialmanager/LocalCredential.idl b/Source/modules/credentialmanager/LocalCredential.idl
index bbcdcf37c7a5508da52d43bf94bbd86691186674..026ce7867dcd00283f9356331fb61be292861043 100644
--- a/Source/modules/credentialmanager/LocalCredential.idl
+++ b/Source/modules/credentialmanager/LocalCredential.idl
@@ -8,4 +8,5 @@
Constructor(DOMString id, DOMString password, optional DOMString name, optional DOMString avatarURL)
] interface LocalCredential : Credential {
readonly attribute DOMString password;
+ readonly attribute FormData formData;
};
« no previous file with comments | « Source/modules/credentialmanager/LocalCredential.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698