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

Unified Diff: ash/multi_profile_uma.cc

Issue 208813002: Merge 255865 "Changing the UsersPerSession UMA metric to count r..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1847/src/
Patch Set: Created 6 years, 9 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
« no previous file with comments | « ash/multi_profile_uma.h ('k') | chrome/browser/chromeos/login/user_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/multi_profile_uma.cc
===================================================================
--- ash/multi_profile_uma.cc (revision 258628)
+++ ash/multi_profile_uma.cc (working copy)
@@ -45,7 +45,8 @@
// static
void MultiProfileUMA::RecordUserCount(int number_of_users) {
- UMA_HISTOGRAM_COUNTS_100("MultiProfile.UsersPerSession", number_of_users);
+ UMA_HISTOGRAM_COUNTS_100("MultiProfile.UsersPerSessionIncremental",
+ number_of_users);
}
// static
« no previous file with comments | « ash/multi_profile_uma.h ('k') | chrome/browser/chromeos/login/user_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698