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

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

Issue 2578923003: Add PasswordManager.SignInPromoCountTil* histograms for the sign-in promo in the password bubble. (Closed)
Patch Set: Created 4 years 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/password_manager_metrics_util.cc
diff --git a/components/password_manager/core/browser/password_manager_metrics_util.cc b/components/password_manager/core/browser/password_manager_metrics_util.cc
index b184e6fe7e4d930caad57a3ae327459b9d0c2ae9..a8ccf9d173245b4f37f9b4232969e5882402cb18 100644
--- a/components/password_manager/core/browser/password_manager_metrics_util.cc
+++ b/components/password_manager/core/browser/password_manager_metrics_util.cc
@@ -99,7 +99,7 @@ void LogAccountChooserUserActionManyAccounts(AccountChooserUserAction action) {
ACCOUNT_CHOOSER_ACTION_COUNT);
}
-void LogAutoSigninPromoUserAction(SyncSignInUserAction action) {
+void LogSyncSigninPromoUserAction(SyncSignInUserAction action) {
UMA_HISTOGRAM_ENUMERATION("PasswordManager.SignInPromo", action,
CHROME_SIGNIN_ACTION_COUNT);
}
« no previous file with comments | « components/password_manager/core/browser/password_manager_metrics_util.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698