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

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: before_first_contentful_paint browser_test 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 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.

Powered by Google App Engine
This is Rietveld 408576698