| 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"/>
|
|
|