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

Unified Diff: chrome/browser/resources/predictors/resource_prefetch_predictor.html

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/resources/predictors/resource_prefetch_predictor.html
diff --git a/chrome/browser/resources/predictors/resource_prefetch_predictor.html b/chrome/browser/resources/predictors/resource_prefetch_predictor.html
index 36903fa4c6e5e49302c023813bbc053bad839f73..ed9eed3243cdb3c1471faf6a7c1fd6f3b614673d 100644
--- a/chrome/browser/resources/predictors/resource_prefetch_predictor.html
+++ b/chrome/browser/resources/predictors/resource_prefetch_predictor.html
@@ -17,6 +17,7 @@
<th>Consec Misses</th>
<th>Average Position</th>
<th>Score</th>
+ <th>Before FCP</th>
</tr>
</thead>
<tbody id="rpp_url_body">
@@ -35,6 +36,7 @@
<th>Consec Misses</th>
<th>Average Position</th>
<th>Score</th>
+ <th>Before FCP</th>
</tr>
</thead>
<tbody id="rpp_host_body">

Powered by Google App Engine
This is Rietveld 408576698