| Index: chrome/browser/profiles/profile_metrics.h
|
| diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
|
| index 776c93f45b406b3c0f8e5a1c02f04192f59943be..d9c4975a1c35434c4d1ece18aadbdfba0f14bbdb 100644
|
| --- a/chrome/browser/profiles/profile_metrics.h
|
| +++ b/chrome/browser/profiles/profile_metrics.h
|
| @@ -214,7 +214,10 @@ class ProfileMetrics {
|
| static bool CountProfileInformation(ProfileManager* manager,
|
| ProfileCounts* counts);
|
|
|
| +#if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| static void LogNumberOfProfileSwitches();
|
| +#endif
|
| +
|
| #if defined(OS_WIN) || defined(OS_MACOSX)
|
| // Update OS level tracking of profile counts.
|
| static void UpdateReportedOSProfileStatistics(size_t active, size_t signedin);
|
| @@ -225,9 +228,11 @@ class ProfileMetrics {
|
| static void LogProfileAvatarSelection(size_t icon_index);
|
| static void LogProfileDeleteUser(ProfileDelete metric);
|
| static void LogProfileOpenMethod(ProfileOpen metric);
|
| +#if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| static void LogProfileSwitch(ProfileOpen metric,
|
| ProfileManager* manager,
|
| const base::FilePath& profile_path);
|
| +#endif
|
| static void LogProfileSwitchGaia(ProfileGaia metric);
|
| static void LogProfileSyncInfo(ProfileSync metric);
|
| static void LogProfileAuthResult(ProfileAuth metric);
|
|
|