| Index: components/metrics/proto/ukm/source.proto
|
| diff --git a/components/metrics/proto/ukm/source.proto b/components/metrics/proto/ukm/source.proto
|
| index 1ab1453330fa0bdfa6cbbd45d479ddd9643c5560..27f41c3dc39f63483ae4d8ea375f9c747ec59b97 100644
|
| --- a/components/metrics/proto/ukm/source.proto
|
| +++ b/components/metrics/proto/ukm/source.proto
|
| @@ -28,6 +28,7 @@ message Source {
|
| // events related to this Source will generally be relative to this timestamp.
|
| optional int64 navigation_time_msec = 3;
|
|
|
| - // Time between navigation and the first contentful paint, in milliseconds.
|
| - optional int64 first_contentful_paint_msec = 4;
|
| + // Time between navigation and the first contentful paint, in
|
| + // milliseconds. Deprecated. Use ukm::Entry instead.
|
| + optional int64 first_contentful_paint_msec = 4 [deprecated = true];
|
| }
|
|
|