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

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: Comments (mark and others) 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 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);

Powered by Google App Engine
This is Rietveld 408576698