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

Unified Diff: Source/modules/credentialmanager/FederatedCredential.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/FederatedCredential.idl
diff --git a/Source/modules/credentialmanager/FederatedCredential.idl b/Source/modules/credentialmanager/FederatedCredential.idl
index 848ed8dff565150a9c7c65eb5318cc0373ecd939..f72009a6bbbfb27a63e1cfadc8c9718429c2eccb 100644
--- a/Source/modules/credentialmanager/FederatedCredential.idl
+++ b/Source/modules/credentialmanager/FederatedCredential.idl
@@ -7,7 +7,8 @@
[
RuntimeEnabled=CredentialManager,
RaisesException=Constructor,
- Constructor(FederatedCredentialData data)
+ Constructor(FederatedCredentialData data),
+ Exposed=Window
] interface FederatedCredential : Credential {
readonly attribute USVString provider;
« no previous file with comments | « Source/modules/credentialmanager/Credential.idl ('k') | Source/modules/credentialmanager/PasswordCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698