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

Unified Diff: content/shell/test_runner/mock_credential_manager_client.cc

Issue 2895243002: Rename requireUserMediation to preventSilentAccess in the CM API. (Closed)
Patch Set: merge Created 3 years, 7 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: content/shell/test_runner/mock_credential_manager_client.cc
diff --git a/content/shell/test_runner/mock_credential_manager_client.cc b/content/shell/test_runner/mock_credential_manager_client.cc
index 42bb537e889347421ed7c079ea10309d98751fa3..329c73e6399cb33ee2cddd92866df58864f80fde 100644
--- a/content/shell/test_runner/mock_credential_manager_client.cc
+++ b/content/shell/test_runner/mock_credential_manager_client.cc
@@ -39,7 +39,7 @@ void MockCredentialManagerClient::DispatchStore(
delete callbacks;
}
-void MockCredentialManagerClient::DispatchRequireUserMediation(
+void MockCredentialManagerClient::DispatchPreventSilentAccess(
NotificationCallbacks* callbacks) {
callbacks->OnSuccess();
delete callbacks;

Powered by Google App Engine
This is Rietveld 408576698