Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 32777d90688db85e7775068b8d8204c56dd90cfc..791f1aecfef72ee35712f8582bea2879f3e279b4 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -32693,6 +32693,21 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="SoftwareReporter.MajorVersion"> |
Alexei Svitkine (slow)
2014/09/25 20:54:40
I don't see the code that's recording these histog
|
+ <owner>mad@chromium.org</owner> |
+ <summary> |
+ A double word combination of the other components of the version of the |
+ software reporter. The high word is the first component when there are more |
+ than one, and the low word is either the second or third one, depending if |
+ there are at least 3, or 4 components. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="SoftwareReporter.MinorVersion"> |
+ <owner>mad@chromium.org</owner> |
+ <summary>The last component of the version of the software reporter.</summary> |
Alexei Svitkine (slow)
2014/09/25 21:19:13
For all of these descriptions, please mention when
|
+</histogram> |
+ |
<histogram name="SoftwareReporter.Step" enum="SwReporterStep"> |
<owner>mad@chromium.org</owner> |
<summary> |
@@ -32873,6 +32888,11 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<summary>Error codes returned by sqlite the web db.</summary> |
</histogram> |
+<histogram name="SRTPrompt" enum="SRTPrompt"> |
Alexei Svitkine (slow)
2014/09/25 21:19:13
Ugh, is there a reason you named the histogram thu
|
+ <owner>mad@chromium.org</owner> |
+ <summary>Usage of the Software Removal Tool (SRT) Prompt.</summary> |
+</histogram> |
+ |
<histogram name="Stars.Goog_Related" units="percent"> |
<owner>yefim@chromium.org</owner> |
<summary> |
@@ -51093,6 +51113,12 @@ To add a new entry, add it with any value and run test to compute valid value. |
<int value="5" label="DEPRECATION_RAZE_FAILED">Raze failed.</int> |
</enum> |
+<enum name="SRTPrompt" type="int"> |
+ <int value="0" label="Shown"/> |
+ <int value="1" label="Accepted"/> |
+ <int value="2" label="Denied"/> |
+</enum> |
+ |
<enum name="SSLCaptivePortal" type="int"> |
<int value="0" |
label="Chrome captive portal detection enabled |