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

Unified Diff: modules/credentialmanager/FederatedCredentialRequestOptions.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « modules/credentialmanager/FederatedCredential.idl ('k') | modules/credentialmanager/FormDataOptions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/credentialmanager/FederatedCredentialRequestOptions.idl
diff --git a/modules/credentialmanager/FederatedCredentialRequestOptions.idl b/modules/credentialmanager/FederatedCredentialRequestOptions.idl
index 10399625e13333c3f28fc1f3f65a4069b4c7734a..d1eea0fbfc3633bc265b7d59654a1343136b3ee9 100644
--- a/modules/credentialmanager/FederatedCredentialRequestOptions.idl
+++ b/modules/credentialmanager/FederatedCredentialRequestOptions.idl
@@ -5,6 +5,6 @@
// https://w3c.github.io/webappsec/specs/credentialmanagement/#dictdef-federatedcredentialrequestoptions
dictionary FederatedCredentialRequestOptions {
- sequence<USVString> providers;
+ sequence<DOMString> providers;
sequence<DOMString> protocols;
};
« no previous file with comments | « modules/credentialmanager/FederatedCredential.idl ('k') | modules/credentialmanager/FormDataOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698