| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index ce92b4a4b9b3383ccff650ee1c5c910ff9b38b75..d08fc2974ef0f7e5d486b3cb9ef9a51ecc771ac3 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -9716,6 +9716,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram name="DataReductionProxy.AutoLoFiRequestHeaderState"
|
| enum="DataReductionProxyAutoLoFiRequestHeaderState">
|
| + <obsolete>
|
| + Deprecated as of 4/2017. No longer conditionally send header based on
|
| + effective connection type.
|
| + </obsolete>
|
| <owner>tbansal@chromium.org</owner>
|
| <summary>
|
| Counts the changes in the state of Lo-Fi request header (q=low) being added
|
| @@ -10105,6 +10109,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram name="DataReductionProxy.LoFi.Accuracy"
|
| enum="DataReductionProxyAutoLoFiAccuracy">
|
| + <obsolete>
|
| + Deprecated as of 4/2017. No longer have "auto-lofi" nor its
|
| + accuracy on client based on effective connection type.
|
| + </obsolete>
|
| <owner>bengr@chromium.org</owner>
|
| <owner>tbansal@chromium.org</owner>
|
| <summary>
|
| @@ -88966,6 +88974,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </enum>
|
|
|
| <enum name="DataReductionProxyAutoLoFiAccuracy" type="int">
|
| + <obsolete>
|
| + Deprecated as of 4/2017. No longer have "auto-lofi" nor its
|
| + accuracy on client based on effective connection type.
|
| + </obsolete>
|
| <int value="0"
|
| label="Estimated network quality as slow and was actually slow"/>
|
| <int value="1"
|
| @@ -88977,6 +88989,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </enum>
|
|
|
| <enum name="DataReductionProxyAutoLoFiRequestHeaderState" type="int">
|
| + <obsolete>
|
| + Deprecated as of 4/2017. No longer conditionally send header based on
|
| + effective connection type.
|
| + </obsolete>
|
| <int value="0" label="Empty to Empty"/>
|
| <int value="1" label="Empty to Low"/>
|
| <int value="2" label="Low to Empty"/>
|
|
|