| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 14d41d682945abe6b189d1338bb528443b3315c4..00ee6cf70ed1e0b36d0cd7b1cabca7ff2890fbab 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -4484,16 +4484,6 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="DataReductionProxy.SecureProxyCheck.Latency"
|
| - units="milliseconds">
|
| - <owner>jeremyim@chromium.org</owner>
|
| - <owner>bengr@chromium.org</owner>
|
| - <summary>
|
| - Time from when the Data Reduction Proxy secure proxy check starts until it
|
| - completes.
|
| - </summary>
|
| -</histogram>
|
| -
|
| <histogram name="DataReductionProxy.ResponseProxyServerStatus"
|
| enum="DataReductionProxyResponseProxyServerStatus">
|
| <owner>sclittle@chromium.org</owner>
|
| @@ -4504,6 +4494,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="DataReductionProxy.SecureProxyCheck.Latency"
|
| + units="milliseconds">
|
| + <owner>jeremyim@chromium.org</owner>
|
| + <owner>bengr@chromium.org</owner>
|
| + <summary>
|
| + Time from when the Data Reduction Proxy secure proxy check starts until it
|
| + completes.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="DataReductionProxy.SettingsConversion"
|
| enum="DataReductionProxySettingsConversion">
|
| <obsolete>
|
| @@ -49449,6 +49449,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="2" label="Probe failed, proxy already disabled"/>
|
| <int value="3" label="Probe succeeded, proxy enabled"/>
|
| <int value="4" label="Probe succeeded, proxy already enabled"/>
|
| + <int value="5" label="Probe started, proxy disabled"/>
|
| </enum>
|
|
|
| <enum name="DataReductionProxyPromoAction" type="int">
|
|
|