| Index: chrome/browser/profiles/profile_metrics.h
|
| diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
|
| index 8feb60fe2f48c3a876b2d7e0db070a4fc38ce104..f33c52b49a0d13a024daec72bd99e1b91506af11 100644
|
| --- a/chrome/browser/profiles/profile_metrics.h
|
| +++ b/chrome/browser/profiles/profile_metrics.h
|
| @@ -55,15 +55,26 @@ class ProfileMetrics {
|
|
|
| // Enum for counting the ways user profiles and menus were opened.
|
| enum ProfileOpen {
|
| - NTP_AVATAR_BUBBLE = 0, // User opens avatar menu from NTP
|
| - ICON_AVATAR_BUBBLE, // User opens the avatar menu from button
|
| - SWITCH_PROFILE_ICON, // User switches profiles from icon menu
|
| - SWITCH_PROFILE_MENU, // User switches profiles from menu bar
|
| - SWITCH_PROFILE_DOCK, // User switches profiles from dock (Mac-only)
|
| - OPEN_USER_MANAGER, // User opens the User Manager
|
| - SWITCH_PROFILE_MANAGER, // User switches profiles from the User Manager
|
| - SWITCH_PROFILE_UNLOCK, // User switches to lockd profile via User Manager
|
| - SWITCH_PROFILE_GUEST, // User switches to guest profile
|
| + // User opens avatar menu from NTP.
|
| + NTP_AVATAR_BUBBLE = 0,
|
| + // User opens the avatar menu from button.
|
| + ICON_AVATAR_BUBBLE,
|
| + // User switches profiles from icon menu.
|
| + SWITCH_PROFILE_ICON,
|
| + // User switches profiles from menu bar.
|
| + SWITCH_PROFILE_MENU,
|
| + // User switches profiles from dock (Mac-only).
|
| + SWITCH_PROFILE_DOCK,
|
| + // User opens the User Manager.
|
| + OPEN_USER_MANAGER,
|
| + // User switches profiles from the User Manager.
|
| + SWITCH_PROFILE_MANAGER,
|
| + // User switches to locked profile via User Manager.
|
| + SWITCH_PROFILE_UNLOCK,
|
| + // User switches to guest profile.
|
| + SWITCH_PROFILE_GUEST,
|
| + // User switches profiles from the User Menu fast user switcher.
|
| + SWITCH_PROFILE_FAST_SWITCHER,
|
| NUM_PROFILE_OPEN_METRICS
|
| };
|
|
|
|
|