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

Unified Diff: Source/modules/credentialmanager/CredentialManagerClient.cpp

Issue 1204933004: Credential Management: Rename 'notifySignedOut' to 'requireUserMediation' (3/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@rename-notifysignedout
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 | « no previous file | public/platform/WebCredentialManagerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/credentialmanager/CredentialManagerClient.cpp
diff --git a/Source/modules/credentialmanager/CredentialManagerClient.cpp b/Source/modules/credentialmanager/CredentialManagerClient.cpp
index cf1df43476ff5d98765a85fcef2217b8d291042d..ffdf0cd7234ed6391ae3086f9bb737ec81c6b776 100644
--- a/Source/modules/credentialmanager/CredentialManagerClient.cpp
+++ b/Source/modules/credentialmanager/CredentialManagerClient.cpp
@@ -70,9 +70,6 @@ void CredentialManagerClient::dispatchRequireUserMediation(WebCredentialManagerC
if (!m_client)
return;
m_client->dispatchRequireUserMediation(callbacks);
-
- // TODO(mkwst): Drop this once the Chromium side is updated. https://crbug.com/494880
- m_client->dispatchSignedOut(callbacks);
}
void CredentialManagerClient::dispatchRequest(bool zeroClickOnly, const WebVector<WebURL>& federations, WebCredentialManagerClient::RequestCallbacks* callbacks)
« no previous file with comments | « no previous file | public/platform/WebCredentialManagerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698