Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: chrome/browser/profiles/profile_metrics.h

Issue 593243002: Profile_Metrics integration with Keystone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove separate attribute header; refactor setActive methods. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698