| Index: chrome/browser/profiles/profile_metrics.h
|
| diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
|
| index 38f034ad5a9f7b415f872a19ecb1f37e9ce89c93..98f2cc9c323621aa880c2cff17e75c015efd8ef9 100644
|
| --- a/chrome/browser/profiles/profile_metrics.h
|
| +++ b/chrome/browser/profiles/profile_metrics.h
|
| @@ -193,6 +193,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);
|
|
|