| Index: components/data_reduction_proxy/proto/pageload_metrics.proto
|
| diff --git a/components/data_reduction_proxy/proto/pageload_metrics.proto b/components/data_reduction_proxy/proto/pageload_metrics.proto
|
| index cd9d1420b257f14a4008ccbede0afe2484091f05..ab567c1b11a0739fcfae0bbdcc0498d64433496e 100644
|
| --- a/components/data_reduction_proxy/proto/pageload_metrics.proto
|
| +++ b/components/data_reduction_proxy/proto/pageload_metrics.proto
|
| @@ -55,10 +55,10 @@ message PageloadMetrics {
|
|
|
| // The sum of original-content-length values, over resources that were not
|
| // loaded from browser cache.
|
| - optional int32 original_page_size_bytes = 10;
|
| + optional int64 original_page_size_bytes = 10;
|
| // The sum of (compressed) content-length, over resources that were not loaded
|
| // from browser cache.
|
| - optional int32 compressed_page_size_bytes = 11;
|
| + optional int64 compressed_page_size_bytes = 11;
|
|
|
| // The effective connection type at the start of the navigation.
|
| optional EffectiveConnectionType effective_connection_type = 12;
|
|
|