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

Unified Diff: components/test_runner/mock_credential_manager_client.cc

Issue 1215653003: Remove the notifyFailedSignedIn callback from Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: components_browsertests 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 | « components/test_runner/mock_credential_manager_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/mock_credential_manager_client.cc
diff --git a/components/test_runner/mock_credential_manager_client.cc b/components/test_runner/mock_credential_manager_client.cc
index 6071578d481698a23b0b26a5c66a890303e6520b..bed265344e94ef93fd60007c79a9f4fffecf8a98 100644
--- a/components/test_runner/mock_credential_manager_client.cc
+++ b/components/test_runner/mock_credential_manager_client.cc
@@ -19,13 +19,6 @@ void MockCredentialManagerClient::SetResponse(
credential_.reset(credential);
}
-void MockCredentialManagerClient::dispatchFailedSignIn(
- const blink::WebCredential&,
- blink::WebCredentialManagerClient::NotificationCallbacks* callbacks) {
- callbacks->onSuccess();
- delete callbacks;
-}
-
void MockCredentialManagerClient::dispatchSignedIn(
const blink::WebCredential&,
blink::WebCredentialManagerClient::NotificationCallbacks* callbacks) {
« no previous file with comments | « components/test_runner/mock_credential_manager_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698