Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8006)

Unified Diff: chrome/browser/profiles/profile_metrics.h

Issue 302603013: UMA for modifying the profile image/name in the menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/profile_metrics.h
diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
index 3b3121620e15cb3145679236e13c5ed3cbd9de08..12f8b1a58d739ddf6c715564ae916c012390db36 100644
--- a/chrome/browser/profiles/profile_metrics.h
+++ b/chrome/browser/profiles/profile_metrics.h
@@ -111,6 +111,10 @@ class ProfileMetrics {
PROFILE_DESKTOP_MENU_REMOVE_ACCT,
// User opened the user menu, and started adding an account.
PROFILE_DESKTOP_MENU_ADD_ACCT,
+ // User opened the user menu, and changed the profile name.
+ PROFILE_DESKTOP_MENU_EDIT_NAME,
+ // User opened the user menu, and started selecting a new profile image.
+ PROFILE_DESKTOP_MENU_EDIT_IMAGE,
NUM_PROFILE_DESKTOP_MENU_METRICS,
};

Powered by Google App Engine
This is Rietveld 408576698