summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_metrics.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_metrics.cc')
-rw-r--r--chrome/browser/profiles/profile_metrics.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/profiles/profile_metrics.cc b/chrome/browser/profiles/profile_metrics.cc
index feb1922..a829be2 100644
--- a/chrome/browser/profiles/profile_metrics.cc
+++ b/chrome/browser/profiles/profile_metrics.cc
@@ -289,6 +289,12 @@ void ProfileMetrics::LogProfileAuthResult(ProfileAuth metric) {
NUM_PROFILE_AUTH_METRICS);
}
+void ProfileMetrics::LogProfileUpgradeEnrollment(
+ ProfileUpgradeEnrollment metric) {
+ UMA_HISTOGRAM_ENUMERATION("Profile.UpgradeEnrollment", metric,
+ NUM_PROFILE_ENROLLMENT_METRICS);
+}
+
void ProfileMetrics::LogProfileLaunch(Profile* profile) {
base::FilePath profile_path = profile->GetPath();
UMA_HISTOGRAM_ENUMERATION("Profile.LaunchBrowser",