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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b0d3e77fd1fb416ed26c4e68457e4d04f3baa039 |
--- /dev/null |
+++ b/chrome/browser/resources/predictors/resource_prefetch_predictor.html |
@@ -0,0 +1,27 @@ |
+<div id='resource_prefetch_predictor_enabled'> |
+ <h2>Database Cache</h2> |
+ <div> |
+ <table id="resource_prefetch_predictor_db"> |
+ <thead> |
+ <tr> |
+ <th>Main Frame Url</th> |
+ <th>Resource Url</th> |
+ <th>Resource Type</th> |
+ <th>Num Hits</th> |
+ <th>Num Misses</th> |
+ <th>Consec Misses</th> |
+ <th>Average Position</th> |
+ <th>Score</th> |
+ </tr> |
+ </thead> |
+ <tbody id="resource_prefetch_predictor_db_body"> |
+ </tbody> |
+ </table> |
+ </div> |
+ <div id='empty_resource_prefetch_predictor_db'> |
+ No URLs in the Database. |
+ </div> |
+</div> |
+<div id='resource_prefetch_predictor_disabled'> |
+ Resource prefetch prediction is disabled. |
+</div> |