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

Unified Diff: components/password_manager/core/browser/credential_manager_logger.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: components/password_manager/core/browser/credential_manager_logger.h
diff --git a/components/password_manager/core/browser/credential_manager_logger.h b/components/password_manager/core/browser/credential_manager_logger.h
index 83dfc22b2801c3e5d28ed91e46a05ed32c9ab835..ff342e572e9d66b0aa1a9660c21e53acdec4f53f 100644
--- a/components/password_manager/core/browser/credential_manager_logger.h
+++ b/components/password_manager/core/browser/credential_manager_logger.h
@@ -27,7 +27,7 @@ class CredentialManagerLogger {
const std::vector<GURL>& federations);
void LogSendCredential(const GURL& url, CredentialType type);
void LogStoreCredential(const GURL& url, CredentialType type);
- void LogRequireUserMediation(const GURL& url);
+ void LogPreventSilentAccess(const GURL& url);
private:
// The LogManager to which logs can be sent for display.

Powered by Google App Engine
This is Rietveld 408576698