Index: chrome/browser/profiles/profile_metrics.cc |
diff --git a/chrome/browser/profiles/profile_metrics.cc b/chrome/browser/profiles/profile_metrics.cc |
index feb19220d30e21a159e97a836846de39a37f56a0..f10e3c1fd7f4d0724f67b8b51e1c3f579e639f62 100644 |
--- a/chrome/browser/profiles/profile_metrics.cc |
+++ b/chrome/browser/profiles/profile_metrics.cc |
@@ -289,6 +289,11 @@ void ProfileMetrics::LogProfileAuthResult(ProfileAuth metric) { |
NUM_PROFILE_AUTH_METRICS); |
} |
+void ProfileMetrics::LogProfileMirrorEnrollment(ProfileEnrollment metric) { |
+ UMA_HISTOGRAM_ENUMERATION("Profile.MirrorEnrollment", metric, |
+ NUM_PROFILE_ENROLLMENT_METRICS); |
+} |
+ |
void ProfileMetrics::LogProfileLaunch(Profile* profile) { |
base::FilePath profile_path = profile->GetPath(); |
UMA_HISTOGRAM_ENUMERATION("Profile.LaunchBrowser", |