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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.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: third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h
diff --git a/third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h b/third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h
index 5febcb01b05741f2235934a414bc8187a7988d2e..bc150403e62c495a6501251a39367495765a566b 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h
+++ b/third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h
@@ -44,7 +44,7 @@ class MODULES_EXPORT CredentialManagerClient final
virtual void DispatchStore(
const WebCredential&,
WebCredentialManagerClient::NotificationCallbacks*);
- virtual void DispatchRequireUserMediation(
+ virtual void DispatchPreventSilentAccess(
WebCredentialManagerClient::NotificationCallbacks*);
virtual void DispatchGet(WebCredentialMediationRequirement,
bool include_passwords,

Powered by Google App Engine
This is Rietveld 408576698