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

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

Issue 1016113002: Instrument "Remove this person" in user manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/profiles/profile_metrics.cc » ('j') | tools/metrics/histograms/histograms.xml » ('J')
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 8feb60fe2f48c3a876b2d7e0db070a4fc38ce104..01a203576f26df6f21a58884bbdd31926d189ac1 100644
--- a/chrome/browser/profiles/profile_metrics.h
+++ b/chrome/browser/profiles/profile_metrics.h
@@ -48,8 +48,12 @@ class ProfileMetrics {
};
enum ProfileDelete {
- DELETE_PROFILE_SETTINGS = 0, // Delete profile from settings page.
- DELETE_PROFILE_USER_MANAGER, // Delete profile from User Manager.
+ // Delete profile from settings page.
+ DELETE_PROFILE_SETTINGS = 0,
+ // Delete profile from User Manager.
+ DELETE_PROFILE_USER_MANAGER,
+ // Show the delete profile warning in the user manager.
noms (inactive) 2015/03/18 21:20:48 nit: User Manager (title caps)
anthonyvd 2015/03/18 21:56:56 Done.
+ DELETE_PROFILE_USER_MANAGER_SHOW_WARNING,
NUM_DELETE_PROFILE_METRICS
};
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_metrics.cc » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698