| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_pingback_client.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_pingback_client.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_pingback_client.cc
|
| index 7b0d644f0b5af717230fd1c8d946bd7ef0cbc6f5..76f0dddd3d45d5f40afbf47b1778ef59377ae6bb 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_pingback_client.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_pingback_client.cc
|
| @@ -92,6 +92,10 @@ void AddDataToPageloadMetrics(const DataReductionProxyData& request_data,
|
| request_data.effective_connection_type()));
|
| request->set_compressed_page_size_bytes(timing.network_bytes);
|
| request->set_original_page_size_bytes(timing.original_network_bytes);
|
| +
|
| + if (request_data.page_id()) {
|
| + request->set_page_id(request_data.page_id().value());
|
| + }
|
| }
|
|
|
| // Adds |current_time| as the metrics sent time to |request_data|, and returns
|
|
|