| Index: chrome/browser/profiles/profile_metrics.h
|
| diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
|
| index 06b6bd3b372fc2a6466b773bc1e6fce6a7fbf957..1361dcdf1c3e8d66fce6a831dafe2fae0a259f4c 100644
|
| --- a/chrome/browser/profiles/profile_metrics.h
|
| +++ b/chrome/browser/profiles/profile_metrics.h
|
| @@ -49,8 +49,8 @@ class ProfileMetrics {
|
|
|
| // Enum for counting the ways user profiles and menus were opened.
|
| enum ProfileOpen {
|
| - NTP_AVATAR_BUBBLE = 0, // User opens avatar icon menu from NTP
|
| - ICON_AVATAR_BUBBLE, // User opens avatar icon menu from icon
|
| + 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)
|
|
|