Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index f1b7b94458f2290bd5d1ede29790961a077c43e4..6f51137383f80c0c9a8deb86a4cc8a6285e37d2c 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -1765,12 +1765,21 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Blacklist.RetryWorked"> |
+ <owner>csharp@chromium.org</owner> |
+ <owner>krstnmnlsn@chromium.org</owner> |
+ <summary> |
+ Records the number of attempts needed before the blacklist is properly |
+ setup. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Blacklist.Setup" enum="BlacklistSetup"> |
<owner>csharp@chromium.org</owner> |
<summary> |
Records the successes and failures when running the browser blacklist setup |
code. Used to determine if the blacklist is working as intended during |
- startup(since the blacklist runs before crash reporting is set up). This |
+ startup (since the blacklist runs before crash reporting is set up). This |
only occurs on Windows. |
</summary> |
</histogram> |