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

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: Mark before_first_contentful_paint. Created 3 years, 9 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 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.

Powered by Google App Engine
This is Rietveld 408576698