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

Unified Diff: ash/multi_profile_uma.h

Issue 180243025: Changing the UsersPerSession UMA metric to only count possible multi profile sessions and do this u… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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 | « no previous file | ash/multi_profile_uma.cc » ('j') | chrome/browser/chromeos/login/user_manager_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/multi_profile_uma.h
diff --git a/ash/multi_profile_uma.h b/ash/multi_profile_uma.h
index 937b4d818e141f72546035970cd6faa66c726a00..21387b20bf7d11d37689dd326e7fec0eb742e9a0 100644
--- a/ash/multi_profile_uma.h
+++ b/ash/multi_profile_uma.h
@@ -69,7 +69,8 @@ class ASH_EXPORT MultiProfileUMA {
// Record the way and how many times a window got teleported to another desk.
static void RecordTeleportAction(TeleportWindowAction action);
- // Record number of users joined into a session. Called upon logout.
+ // Record number of users joined into a session. Called every time a user gets
+ // added.
static void RecordUserCount(int number_of_users);
// Record a discarded tab in the number of running users bucket.
« no previous file with comments | « no previous file | ash/multi_profile_uma.cc » ('j') | chrome/browser/chromeos/login/user_manager_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698