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

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

Issue 462423004: Revert CL 117933003. Re-add resource speculative prefetching code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to fix patch failure 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 83a64ed6b4d343e836e6c9c62925b5e1e8f26c96..01ba3b08e867aa0bfedeca6010467a7666fb5cc7 100644
--- a/chrome/browser/resources/predictors/predictors.html
+++ b/chrome/browser/resources/predictors/predictors.html
@@ -23,11 +23,15 @@
<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