| Index: chrome/browser/profiles/profile_metrics.h
|
| diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
|
| index d9c4975a1c35434c4d1ece18aadbdfba0f14bbdb..0b3c71fc4bb7f082b4e044070f6bf9799aae60f6 100644
|
| --- a/chrome/browser/profiles/profile_metrics.h
|
| +++ b/chrome/browser/profiles/profile_metrics.h
|
| @@ -62,15 +62,16 @@ 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
|
| + 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 locked profile via User Manager
|
| + SWITCH_PROFILE_GUEST, // User switches to guest profile
|
| + SWITCH_PROFILE_CONTEXT_MENU, // User switches profiles from context menu
|
| NUM_PROFILE_OPEN_METRICS
|
| };
|
|
|
|
|