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

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

Issue 1314673007: CREDENTIAL: Update PasswordCredential's constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 3 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: Source/modules/credentialmanager/Credential.idl
diff --git a/Source/modules/credentialmanager/Credential.idl b/Source/modules/credentialmanager/Credential.idl
index 960a16b67cd9af48fc42088bd1bbaacf3ebfa6d9..27a73aeebd2faf793f67eb61025ac81711181c5d 100644
--- a/Source/modules/credentialmanager/Credential.idl
+++ b/Source/modules/credentialmanager/Credential.idl
@@ -6,7 +6,8 @@
[
RuntimeEnabled=CredentialManager,
- GarbageCollected
+ GarbageCollected,
+ Exposed=Window
] interface Credential {
readonly attribute DOMString id;
readonly attribute DOMString type;

Powered by Google App Engine
This is Rietveld 408576698