| 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 ab567c1b11a0739fcfae0bbdcc0498d64433496e..ca26f3800fc1b26f1983a129aa5570f46ad05aa2 100644
|
| --- a/components/data_reduction_proxy/proto/pageload_metrics.proto
|
| +++ b/components/data_reduction_proxy/proto/pageload_metrics.proto
|
| @@ -72,4 +72,7 @@ message PageloadMetrics {
|
| // Time to first meaningful paint. This measure is unstable and will change
|
| // over time.
|
| optional Duration experimental_time_to_first_meaningful_paint = 15;
|
| +
|
| + // The unique identifier for the page load.
|
| + optional uint64 page_id = 16;
|
| }
|
|
|