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

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

Issue 577543002: Revert of Revert CL 117933003. Re-add resource speculative prefetching code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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
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>

Powered by Google App Engine
This is Rietveld 408576698