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

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

Issue 286163002: UMA for Mirror Feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/profiles/profile_chooser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_metrics.h
diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
index 174c203c239affe270a5e0092e43b6a61ca85ab5..f5fd93f29cf4c7285e01eeb85370f742190bedab 100644
--- a/chrome/browser/profiles/profile_metrics.h
+++ b/chrome/browser/profiles/profile_metrics.h
@@ -91,8 +91,10 @@ class ProfileMetrics {
PROFILE_ENROLLMENT_ACCEPT_NEW_PROFILE_MGMT,
// User closed the Upgrade card.
PROFILE_ENROLLMENT_CLOSE_WELCOME_CARD,
- // Used disabled New Profile Management.
+ // User disabled New Profile Management.
PROFILE_ENROLLMENT_DISABLE_NEW_PROFILE_MGMT,
+ // User elected to send feedback.
+ PROFILE_ENROLLMENT_SEND_FEEDBACK,
NUM_PROFILE_ENROLLMENT_METRICS,
};
« no previous file with comments | « no previous file | chrome/browser/ui/views/profiles/profile_chooser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698