Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1239)

Unified Diff: chrome/browser/predictors/resource_prefetch_predictor.proto

Issue 2755093002: predictors: Mark before_first_contentful_paint for resources fetched before fcp. (Closed)
Patch Set: Bump kDatabaseVersion Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7dc3ccf0006487f7f947aac39de335bba12246f4..5c19f2470f3793f63d7e11e4b7897ec50ad81825 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.

Powered by Google App Engine
This is Rietveld 408576698