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

Unified Diff: components/password_manager/content/common/credential_manager.mojom

Issue 2895243002: Rename requireUserMediation to preventSilentAccess in the CM API. (Closed)
Patch Set: webkit tests 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: components/password_manager/content/common/credential_manager.mojom
diff --git a/components/password_manager/content/common/credential_manager.mojom b/components/password_manager/content/common/credential_manager.mojom
index cea374c736e9bc256283cbfd94f50c5691de1840..1b25739566eaaa79fcfd3adcc414851a601295d5 100644
--- a/components/password_manager/content/common/credential_manager.mojom
+++ b/components/password_manager/content/common/credential_manager.mojom
@@ -41,7 +41,7 @@ interface CredentialManager {
Store(CredentialInfo credential) => ();
// Require user mediation. For navigator.credentials.requireUserMediation().
Mike West 2017/05/23 18:54:32 Nit: Replace here too.
vasilii 2017/05/24 10:02:13 Done.
- RequireUserMediation() => ();
+ PreventSilentAccess() => ();
// Get Credential. For navigator.credentials.get().
// The result callback will return a non-null and valid CredentialInfo

Powered by Google App Engine
This is Rietveld 408576698