Chromium Code Reviews| 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..89d4b0fec03f82cf9fc8e1c9a8da2a0a9a704023 100644 |
| --- a/chrome/browser/profiles/profile_metrics.h |
| +++ b/chrome/browser/profiles/profile_metrics.h |
| @@ -71,6 +71,7 @@ class ProfileMetrics { |
| SWITCH_PROFILE_MANAGER, // User switches profiles from the User Manager |
| SWITCH_PROFILE_UNLOCK, // User switches to lockd profile via User Manager |
|
Peter Kasting
2015/10/13 18:59:00
Nit: While here: locked
jochen (gone - plz use gerrit)
2015/10/13 19:50:22
done
|
| SWITCH_PROFILE_GUEST, // User switches to guest profile |
| + CONTEXT_MENU, // User switches profiles from context menu |
|
Peter Kasting
2015/10/13 18:59:00
Nit: For parallel structure should this be SWITCH_
jochen (gone - plz use gerrit)
2015/10/13 19:50:22
done
|
| NUM_PROFILE_OPEN_METRICS |
| }; |