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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2614773008: Add a config class for the settings reset prompt. (Closed)
Patch Set: Address rkaplow@'s comments Created 3 years, 11 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:
Download patch
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 294e24dd1d31f33ca0e03035d7e9d4a9786bc9bc..f8ff9b13ee9c7c96c7a451ba7c05a595e78147e0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -60878,6 +60878,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SettingsResetPrompt.ConfigError"
+ enum="SettingsResetPromptConfigError">
+ <owner>alito@chromium.org</owner>
+ <summary>
+ Indicates if an error was detected in the settings reset prompt config data
+ while initializing the reset prompt configuration.
+ </summary>
+</histogram>
+
<histogram name="Setup.Install.ApplyArchivePatchTime" units="ms">
<owner>grt@chromium.org</owner>
<summary>
@@ -103650,6 +103659,15 @@ value.
</int>
</enum>
+<enum name="SettingsResetPromptConfigError" type="int">
+ <int value="1" label="Config Ok"/>
+ <int value="2" label="Missing domain hashes param"/>
+ <int value="3" label="Bad domain hashes param"/>
+ <int value="4" label="Bad domain hash"/>
+ <int value="5" label="Bad domain id"/>
+ <int value="6" label="Duplicate domain hash"/>
+</enum>
+
<enum name="SettingsSections" type="int">
<summary>
A collection of sections from chrome://settings. Used for metrics about
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698