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

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

Issue 1217463002: Remove the notifyFailedSignedIn callback from Blink. (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
« no previous file with comments | « Source/modules/credentialmanager/CredentialsContainer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/credentialmanager/CredentialsContainer.idl
diff --git a/Source/modules/credentialmanager/CredentialsContainer.idl b/Source/modules/credentialmanager/CredentialsContainer.idl
index 25de71afffedcda4fdb60bd4995fe4d4f29879f8..da5846d9fb5183bf17dd69c023ccea4a2703239c 100644
--- a/Source/modules/credentialmanager/CredentialsContainer.idl
+++ b/Source/modules/credentialmanager/CredentialsContainer.idl
@@ -8,6 +8,6 @@
] interface CredentialsContainer {
[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 requireUserMediation();
};
+
« no previous file with comments | « Source/modules/credentialmanager/CredentialsContainer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698