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

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

Issue 584643002: Remove SoftwareReporter.ExitCode and SwReporterExitCode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 365d7b2085b72bec65c86a97344e3c4c834e3336..cddfd8e375ca5757dbdf6fb5f5c17c3cd6835952 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32545,11 +32545,6 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
-<histogram name="SoftwareReporter.ExitCode" enum="SwReporterExitCode">
- <owner>mad@chromium.org</owner>
- <summary>The exit code from the execution of the software reporter.</summary>
-</histogram>
-
<histogram name="SoftwareReporter.Step" enum="SwReporterStep">
<owner>mad@chromium.org</owner>
<summary>
@@ -51388,12 +51383,6 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="Attempted"/>
</enum>
-<enum name="SwReporterExitCode" type="int">
- <int value="0" label="Success / Found"/>
- <int value="1" label="Failed"/>
- <int value="2" label="Nothing Found"/>
-</enum>
-
<enum name="SwReporterStep" type="int">
<int value="0" label="Explicit request"/>
<int value="1" label="Startup retry"/>
« 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