Index: chrome/browser/resources/predictors/predictors.html |
diff --git a/chrome/browser/resources/predictors/predictors.html b/chrome/browser/resources/predictors/predictors.html |
index 01ba3b08e867aa0bfedeca6010467a7666fb5cc7..83a64ed6b4d343e836e6c9c62925b5e1e8f26c96 100644 |
--- a/chrome/browser/resources/predictors/predictors.html |
+++ b/chrome/browser/resources/predictors/predictors.html |
@@ -23,14 +23,10 @@ |
<tabbox id="predictor-page"> |
<tabs> |
<tab>Autocomplete Action Predictor</tab> |
- <tab>Resource Prefetch Predictor</tab> |
</tabs> |
<tabpanels> |
<tabpanel> |
<include src="autocomplete_action_predictor.html" /> |
- </tabpanel> |
- <tabpanel> |
- <include src="resource_prefetch_predictor.html" /> |
</tabpanel> |
</tabpanels> |
</tabbox> |