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

Unified Diff: modules/credentialmanager/CredentialsContainer.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/CredentialsContainer.idl
diff --git a/modules/credentialmanager/CredentialsContainer.idl b/modules/credentialmanager/CredentialsContainer.idl
index 43497bc696527fb55fce853c02593e8d504b603a..da5846d9fb5183bf17dd69c023ccea4a2703239c 100644
--- a/modules/credentialmanager/CredentialsContainer.idl
+++ b/modules/credentialmanager/CredentialsContainer.idl
@@ -6,8 +6,8 @@
RuntimeEnabled=CredentialManager,
GarbageCollected
] interface CredentialsContainer {
- [CallWith=ScriptState] Promise request(optional Dictionary options);
- [CallWith=ScriptState] Promise notifySignedIn(Credential credential);
- [CallWith=ScriptState] Promise notifyFailedSignIn(Credential credential);
- [CallWith=ScriptState] Promise notifySignedOut();
+ [CallWith=ScriptState] Promise request(optional CredentialRequestOptions options);
+ [CallWith=ScriptState, TypeChecking=Interface] Promise notifySignedIn(Credential credential);
+ [CallWith=ScriptState] Promise requireUserMediation();
};
+
« no previous file with comments | « modules/credentialmanager/CredentialRequestOptions.idl ('k') | modules/credentialmanager/FederatedCredential.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698