| 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 40e3681d08704999ec6a3e18d544c8aea5d0a1a0..96901ecad0e9f782972e2f2d5c88cdaf5d05fa87 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.
|
|
|