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

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

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
Index: Source/modules/credentialmanager/CredentialsContainer.h
diff --git a/Source/modules/credentialmanager/CredentialsContainer.h b/Source/modules/credentialmanager/CredentialsContainer.h
index 26b39b2c27cab0bfaac26394ebaa7e17e1714ca1..75e3609f8cb5beec4f0dacf44592d4fc8fb78cce 100644
--- a/Source/modules/credentialmanager/CredentialsContainer.h
+++ b/Source/modules/credentialmanager/CredentialsContainer.h
@@ -24,7 +24,6 @@ public:
// CredentialsContainer.h
ScriptPromise request(ScriptState*, const CredentialRequestOptions&);
ScriptPromise notifySignedIn(ScriptState*, Credential* = 0);
- ScriptPromise notifyFailedSignIn(ScriptState*, Credential* = 0);
ScriptPromise requireUserMediation(ScriptState*);
DEFINE_INLINE_VIRTUAL_TRACE() { }

Powered by Google App Engine
This is Rietveld 408576698