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

Unified Diff: components/test_runner/mock_credential_manager_client.h

Issue 1159323003: Credential Management: Rename 'notifySignedOut' to 'requireUserMediation' (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-password
Patch Set: Rebase. 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 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,

Powered by Google App Engine
This is Rietveld 408576698