| Index: chrome/browser/predictors/resource_prefetch_predictor.proto
|
| diff --git a/chrome/browser/predictors/resource_prefetch_predictor.proto b/chrome/browser/predictors/resource_prefetch_predictor.proto
|
| index 7a6d8d7fc2cc0f7c2eaf6294293c9fd947ebfb0c..4a6e68c3b936f5bf94c8a1496a5d9dc11dd6027d 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_predictor.proto
|
| +++ b/chrome/browser/predictors/resource_prefetch_predictor.proto
|
| @@ -57,6 +57,7 @@ message ResourceData {
|
| optional Priority priority = 7;
|
| optional bool has_validators = 8;
|
| optional bool always_revalidate = 9;
|
| + optional bool before_first_contentful_paint = 10;
|
| }
|
|
|
| // Represents a collection of subresources associated with URL or host.
|
|
|