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

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

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.h
diff --git a/content/shell/test_runner/mock_credential_manager_client.h b/content/shell/test_runner/mock_credential_manager_client.h
index 74c9edf896e53cb865d30836e6d72870236625fc..29a747a95207eabfd4f20d7b012446257149cb4f 100644
--- a/content/shell/test_runner/mock_credential_manager_client.h
+++ b/content/shell/test_runner/mock_credential_manager_client.h
@@ -32,7 +32,7 @@ class MockCredentialManagerClient : public blink::WebCredentialManagerClient {
// blink::WebCredentialManager:
void DispatchStore(const blink::WebCredential& credential,
NotificationCallbacks* callbacks) override;
- void DispatchRequireUserMediation(NotificationCallbacks* callbacks) override;
+ void DispatchPreventSilentAccess(NotificationCallbacks* callbacks) override;
void DispatchGet(blink::WebCredentialMediationRequirement mediation,
bool include_passwords,
const blink::WebVector<blink::WebURL>& federations,

Powered by Google App Engine
This is Rietveld 408576698