diff options
Diffstat (limited to 'ash/multi_profile_uma.h')
-rw-r--r-- | ash/multi_profile_uma.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/multi_profile_uma.h b/ash/multi_profile_uma.h index 1c70482..a39ed81 100644 --- a/ash/multi_profile_uma.h +++ b/ash/multi_profile_uma.h @@ -55,6 +55,9 @@ 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. + static void RecordUserCount(int number_of_users); + private: DISALLOW_IMPLICIT_CONSTRUCTORS(MultiProfileUMA); }; |