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

Unified Diff: chrome/browser/profile_resetter/profile_reset_report.proto

Issue 2417143003: Add UMA reporting of reset request origin. (Closed)
Patch Set: Created 4 years, 2 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/webui/options/reset_profile_settings_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profile_resetter/profile_reset_report.proto
diff --git a/chrome/browser/profile_resetter/profile_reset_report.proto b/chrome/browser/profile_resetter/profile_reset_report.proto
index 502d403298ddae5afd344faac974dcfb265bde35..31fa3ef469c950a0706be3fb220a2eb1346addbe 100644
--- a/chrome/browser/profile_resetter/profile_reset_report.proto
+++ b/chrome/browser/profile_resetter/profile_reset_report.proto
@@ -62,7 +62,9 @@ message ChromeResetReport {
// Full command line (executable and parameters) of shotcuts to start Chrome.
repeated string shortcuts = 18;
- // Specifies where the request for the settings reset came from.
+ // Specifies where the request for the settings reset came from. If
+ // you add new enumerators, also update
+ // "ProfileResetRequestOriginEnum" in tools/metrics/histograms/histograms.xml.
enum ResetRequestOrigin {
RESET_REQUEST_ORIGIN_UNSPECIFIED = 0;
// None of the other cases. Possibly by navigating to
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/reset_profile_settings_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698