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

Unified Diff: components/test_runner/mock_credential_manager_client.h

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
Index: components/test_runner/mock_credential_manager_client.h
diff --git a/components/test_runner/mock_credential_manager_client.h b/components/test_runner/mock_credential_manager_client.h
index f86f89bcefb70dca4bbea964adc9e5d0f38b2557..03a25093de3055c766f1ed0533fa12802c8889b6 100644
--- a/components/test_runner/mock_credential_manager_client.h
+++ b/components/test_runner/mock_credential_manager_client.h
@@ -26,8 +26,6 @@ class MockCredentialManagerClient : public blink::WebCredentialManagerClient {
void SetResponse(blink::WebCredential* credential);
// blink::WebCredentialManager:
- virtual void dispatchFailedSignIn(const blink::WebCredential& credential,
- NotificationCallbacks* callbacks);
virtual void dispatchSignedIn(const blink::WebCredential& credential,
NotificationCallbacks* callbacks);
virtual void dispatchRequireUserMediation(NotificationCallbacks* callbacks);

Powered by Google App Engine
This is Rietveld 408576698