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

Unified Diff: components/test_runner/mock_credential_manager_client.cc

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
« 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 6532d6a69aff4bfc17d0ea2e0f05af3ae3d5b2d3..6071578d481698a23b0b26a5c66a890303e6520b 100644
--- a/components/test_runner/mock_credential_manager_client.cc
+++ b/components/test_runner/mock_credential_manager_client.cc
@@ -33,7 +33,7 @@ void MockCredentialManagerClient::dispatchSignedIn(
delete callbacks;
}
-void MockCredentialManagerClient::dispatchSignedOut(
+void MockCredentialManagerClient::dispatchRequireUserMediation(
NotificationCallbacks* callbacks) {
callbacks->onSuccess();
delete 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