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

Unified Diff: modules/credentialmanager/FederatedCredential.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 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: modules/credentialmanager/FederatedCredential.idl
diff --git a/modules/credentialmanager/FederatedCredential.idl b/modules/credentialmanager/FederatedCredential.idl
index b596da239e0fb59b7008db05b40d6c6b35f8b477..848ed8dff565150a9c7c65eb5318cc0373ecd939 100644
--- a/modules/credentialmanager/FederatedCredential.idl
+++ b/modules/credentialmanager/FederatedCredential.idl
@@ -2,10 +2,15 @@
// 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/#federatedcredential
+
[
RuntimeEnabled=CredentialManager,
RaisesException=Constructor,
- Constructor(DOMString id, DOMString name, DOMString avatarURL, DOMString federation)
+ Constructor(FederatedCredentialData data)
] interface FederatedCredential : Credential {
- readonly attribute DOMString federation;
+ readonly attribute USVString provider;
+
+ // TODO(mkwst): We don't really support this yet; it always returns ''.
+ readonly attribute DOMString? protocol;
};
« no previous file with comments | « modules/credentialmanager/CredentialsContainer.idl ('k') | modules/credentialmanager/FederatedCredentialData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698