Index: chrome/browser/profiles/profile_metrics.h |
diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h |
index 0f343121338007ec5de73f24996936f6cc1cd9fa..8cce8e5ac351daaf5fe7067ec2ec717eb0800653 100644 |
--- a/chrome/browser/profiles/profile_metrics.h |
+++ b/chrome/browser/profiles/profile_metrics.h |
@@ -181,6 +181,11 @@ class ProfileMetrics { |
static bool CountProfileInformation(ProfileManager* manager, |
ProfileCounts* counts); |
+#if defined(OS_WIN) || defined(OS_MACOSX) |
+ // Update OS level tracking of profile counts. |
+ static void UpdateReportedOSProfileStatistics(int active, int signedin); |
+#endif |
+ |
static void LogNumberOfProfiles(ProfileManager* manager); |
static void LogProfileAddNewUser(ProfileAdd metric); |
static void LogProfileAvatarSelection(size_t icon_index); |