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

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

Issue 1205003002: Credential Management: Implement CredentialRequestOptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/CredentialsContainer.idl ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/credentialmanager/FederatedCredentialRequestOptions.idl
diff --git a/Source/modules/credentialmanager/CredentialData.idl b/Source/modules/credentialmanager/FederatedCredentialRequestOptions.idl
similarity index 59%
copy from Source/modules/credentialmanager/CredentialData.idl
copy to Source/modules/credentialmanager/FederatedCredentialRequestOptions.idl
index 68d5363775e832dd1e30cf817beb07e0d061e1d7..10399625e13333c3f28fc1f3f65a4069b4c7734a 100644
--- a/Source/modules/credentialmanager/CredentialData.idl
+++ b/Source/modules/credentialmanager/FederatedCredentialRequestOptions.idl
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://w3c.github.io/webappsec/specs/credentialmanagement/#dictdef-credentialdata
+// https://w3c.github.io/webappsec/specs/credentialmanagement/#dictdef-federatedcredentialrequestoptions
-dictionary CredentialData {
- DOMString id;
+dictionary FederatedCredentialRequestOptions {
+ sequence<USVString> providers;
+ sequence<DOMString> protocols;
};
« no previous file with comments | « Source/modules/credentialmanager/CredentialsContainer.idl ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698