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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/CredentialsContainerTest.cpp

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: third_party/WebKit/Source/modules/credentialmanager/CredentialsContainerTest.cpp
diff --git a/third_party/WebKit/Source/modules/credentialmanager/CredentialsContainerTest.cpp b/third_party/WebKit/Source/modules/credentialmanager/CredentialsContainerTest.cpp
index 2533e88b565a157d14cf1004abf7161fe14cebbf..814c5bda017ac0e6e74b292e3916f3086135ce88 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/CredentialsContainerTest.cpp
+++ b/third_party/WebKit/Source/modules/credentialmanager/CredentialsContainerTest.cpp
@@ -29,7 +29,7 @@ class MockCredentialManagerClient : public WebCredentialManagerClient {
void(const WebCredential&, NotificationCallbacks*));
MOCK_METHOD2(DispatchStore,
void(const WebCredential&, NotificationCallbacks*));
- MOCK_METHOD1(DispatchRequireUserMediation, void(NotificationCallbacks*));
+ MOCK_METHOD1(DispatchPreventSilentAccess, void(NotificationCallbacks*));
MOCK_METHOD4(DispatchGet,
void(WebCredentialMediationRequirement,
bool,

Powered by Google App Engine
This is Rietveld 408576698