Commit 5adddc7e authored by csharp's avatar csharp Committed by Commit bot

Remove SoftwareReporter.ExitCode and SwReporterExitCode

BUG=

Review URL: https://codereview.chromium.org/584643002

Cr-Commit-Position: refs/heads/master@{#295590}
parent 295a1b1a
......@@ -32554,11 +32554,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>
......@@ -51403,12 +51398,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"/>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment