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

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

Issue 117933003: Remove the speculative resource prefetching code. This was experimental code added 1.5 years ago an… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 6 years, 11 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/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>

Powered by Google App Engine
This is Rietveld 408576698