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

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

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.js
===================================================================
--- chrome/browser/resources/predictors/predictors.js (revision 243063)
+++ chrome/browser/resources/predictors/predictors.js (working copy)
@@ -3,7 +3,6 @@
// found in the LICENSE file.
<include src="autocomplete_action_predictor.js"/>
-<include src="resource_prefetch_predictor.js"/>
if (cr.isWindows)
document.documentElement.setAttribute('os', 'win');

Powered by Google App Engine
This is Rietveld 408576698