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. |