| Index: chrome/browser/profiles/profile_metrics.h
|
| diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
|
| index 611c62e1cfa048f0b491784ac74c6777591748e7..3d697e2da7221f589216ee038beae3bced70bb8b 100644
|
| --- a/chrome/browser/profiles/profile_metrics.h
|
| +++ b/chrome/browser/profiles/profile_metrics.h
|
| @@ -192,6 +192,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);
|
|
|