| Index: chrome/browser/resources/predictors/predictors.html
|
| ===================================================================
|
| --- chrome/browser/resources/predictors/predictors.html (revision 243063)
|
| +++ chrome/browser/resources/predictors/predictors.html (working copy)
|
| @@ -23,15 +23,11 @@
|
| <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>
|
| <script src="chrome://resources/js/jstemplate_compiled.js"></script>
|
|
|