Index: chrome/browser/resources/predictors/resource_prefetch_predictor.html |
=================================================================== |
--- chrome/browser/resources/predictors/resource_prefetch_predictor.html (revision 243063) |
+++ chrome/browser/resources/predictors/resource_prefetch_predictor.html (working copy) |
@@ -1,49 +0,0 @@ |
-<div id='rpp_enabled'> |
- <tabbox id="rpp_data"> |
- <tabs> |
- <tab>URL Table Cache</tab> |
- <tab>Host Table Cache</tab> |
- </tabs> |
- <tabpanels> |
- <tabpanel> |
- <table id=""> |
- <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="rpp_url_body"> |
- </tbody> |
- </table> |
- </tabpanel> |
- <tabpanel> |
- <table id=""> |
- <thead> |
- <tr> |
- <th>Host</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="rpp_host_body"> |
- </tbody> |
- </table> |
- </tabpanel> |
- </tabpanels> |
- </tabbox> |
-</div> |
-<div id='rpp_disabled'> |
- Resource prefetch prediction is disabled. |
-</div> |