| 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 8f315476a3382ba68fde76cf5e8a98783ea1b1c4..f86f89bcefb70dca4bbea964adc9e5d0f38b2557 100644
|
| --- a/components/test_runner/mock_credential_manager_client.h
|
| +++ b/components/test_runner/mock_credential_manager_client.h
|
| @@ -30,7 +30,7 @@ class MockCredentialManagerClient : public blink::WebCredentialManagerClient {
|
| NotificationCallbacks* callbacks);
|
| virtual void dispatchSignedIn(const blink::WebCredential& credential,
|
| NotificationCallbacks* callbacks);
|
| - virtual void dispatchSignedOut(NotificationCallbacks* callbacks);
|
| + virtual void dispatchRequireUserMediation(NotificationCallbacks* callbacks);
|
| virtual void dispatchRequest(
|
| bool zero_click_only,
|
| const blink::WebVector<blink::WebURL>& federations,
|
|
|