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

Unified Diff: modules/credentialmanager/Credential.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/Credential.idl
diff --git a/modules/credentialmanager/Credential.idl b/modules/credentialmanager/Credential.idl
index 76eab5bc97435afff0658ffebbdf5b34077c6ec7..960a16b67cd9af48fc42088bd1bbaacf3ebfa6d9 100644
--- a/modules/credentialmanager/Credential.idl
+++ b/modules/credentialmanager/Credential.idl
@@ -2,11 +2,16 @@
// 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/#credential
+
[
RuntimeEnabled=CredentialManager,
GarbageCollected
] interface Credential {
readonly attribute DOMString id;
+ readonly attribute DOMString type;
+
+ // TODO(mkwst): These should be on LocallyStoredCredential.
readonly attribute DOMString name;
- readonly attribute DOMString avatarURL;
+ readonly attribute DOMString iconURL;
};
« no previous file with comments | « modules/compositorworker/CompositorWorkerGlobalScope.idl ('k') | modules/credentialmanager/CredentialData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698