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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 602283002: Adding histograms missing from a previous commit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR Nits Created 6 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:
Download patch
« no previous file with comments | « no previous file | 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 f25a4dcd6a95c3a1d179c4a9c3b1e8648798c2a7..7db75f5317a344d52733c35c53ad027425ee7147 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32705,6 +32705,30 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="SoftwareReporter.MajorVersion">
+ <owner>mad@chromium.org</owner>
+ <summary>
+ As SoftwareReporter.MinorVersion, but 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 that was executed
+ so we can identify when users are not getting their component updated as
+ quickly as we expect it.
+ </summary>
+</histogram>
+
+<histogram name="SoftwareReporter.PromptUsage" enum="SRTPromptUsage">
+ <owner>mad@chromium.org</owner>
+ <summary>Usage of the Software Removal Tool (SRT) Prompt.</summary>
+</histogram>
+
<histogram name="SoftwareReporter.Step" enum="SwReporterStep">
<owner>mad@chromium.org</owner>
<summary>
@@ -51108,6 +51132,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="SRTPromptUsage" 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698