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

Unified Diff: components/password_manager/core/browser/credential_manager_logger.cc

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.cc
diff --git a/components/password_manager/core/browser/credential_manager_logger.cc b/components/password_manager/core/browser/credential_manager_logger.cc
index 2b50b724560aaef55bfa1ebfcf7b5bb37554175e..ac083ae6b3278f5241961b0af9f4efa94878104b 100644
--- a/components/password_manager/core/browser/credential_manager_logger.cc
+++ b/components/password_manager/core/browser/credential_manager_logger.cc
@@ -60,7 +60,7 @@ void CredentialManagerLogger::LogStoreCredential(const GURL& url,
log_manager_->LogSavePasswordProgress(s);
}
-void CredentialManagerLogger::LogRequireUserMediation(const GURL& url) {
+void CredentialManagerLogger::LogPreventSilentAccess(const GURL& url) {
std::string s("CM API sign out: origin=" +
SavePasswordProgressLogger::ScrubURL(url));
log_manager_->LogSavePasswordProgress(s);

Powered by Google App Engine
This is Rietveld 408576698