| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| index 7d95fb24377384208dd3f34755f6ccbfd224f904..2ae7466da46a1f8f29d27ef074b5060f36333883 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
| @@ -49,10 +49,10 @@ class DataUseGroup;
|
| // This enum must remain synchronized with
|
| // DataReductionProxyLoFiTransformationType in
|
| // metrics/histograms/histograms.xml.
|
| -enum LoFiTransformationType {
|
| - PREVIEW = 0,
|
| - NO_TRANSFORMATION_PREVIEW_REQUESTED,
|
| - LO_FI_TRANSFORMATION_TYPES_INDEX_BOUNDARY,
|
| +enum LitePageTransformationType {
|
| + LITE_PAGE = 0,
|
| + NO_TRANSFORMATION_LITE_PAGE_REQUESTED,
|
| + LITE_PAGE_TRANSFORMATION_TYPES_INDEX_BOUNDARY,
|
| };
|
|
|
| // DataReductionProxyNetworkDelegate is a LayeredNetworkDelegate that wraps a
|
| @@ -135,9 +135,9 @@ class DataReductionProxyNetworkDelegate : public net::LayeredNetworkDelegate {
|
| DataReductionProxyRequestType request_type,
|
| int64_t original_content_length);
|
|
|
| - // Records UMA that counts how many pages were transformed by various Lo-Fi
|
| - // transformations.
|
| - void RecordLoFiTransformationType(LoFiTransformationType type);
|
| + // Records UMA that counts how many pages were transformed by various lite
|
| + // page transformations.
|
| + void RecordLitePageTransformationType(LitePageTransformationType type);
|
|
|
| // Returns whether |request| would have used the data reduction proxy server
|
| // if the holdback fieldtrial weren't enabled. |proxy_info| is the list of
|
|
|