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

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

Issue 1205003002: Credential Management: Implement CredentialRequestOptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/CredentialsContainer.idl
diff --git a/Source/modules/credentialmanager/CredentialsContainer.idl b/Source/modules/credentialmanager/CredentialsContainer.idl
index 30c659f16fe50056af6ea6cff444d08e6eb35516..2efdb65e33b6d65bf86646aa5fde51ad0eabb363 100644
--- a/Source/modules/credentialmanager/CredentialsContainer.idl
+++ b/Source/modules/credentialmanager/CredentialsContainer.idl
@@ -6,7 +6,7 @@
RuntimeEnabled=CredentialManager,
GarbageCollected
] interface CredentialsContainer {
- [CallWith=ScriptState] Promise request(optional Dictionary options);
+ [CallWith=ScriptState] Promise request(optional CredentialRequestOptions options);
[CallWith=ScriptState, TypeChecking=Interface] Promise notifySignedIn(Credential credential);
[CallWith=ScriptState, TypeChecking=Interface] Promise notifyFailedSignIn(Credential credential);
[CallWith=ScriptState] Promise notifySignedOut();

Powered by Google App Engine
This is Rietveld 408576698