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

Unified Diff: chrome/browser/predictors/resource_prefetch_predictor.h

Issue 2609403007: predictors: browser test for client-side redirect. (Closed)
Patch Set: Nits. Created 3 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
« no previous file with comments | « no previous file | chrome/browser/predictors/resource_prefetch_predictor_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/predictors/resource_prefetch_predictor.h
diff --git a/chrome/browser/predictors/resource_prefetch_predictor.h b/chrome/browser/predictors/resource_prefetch_predictor.h
index a7ce8bf1a5d156850a9f1441bf4513bd8b50fdca..ae2a57c72d127ebb588d5682bd5ad5ab81bdbc3e 100644
--- a/chrome/browser/predictors/resource_prefetch_predictor.h
+++ b/chrome/browser/predictors/resource_prefetch_predictor.h
@@ -50,9 +50,10 @@ class ResourcePrefetcherManager;
// The overall flow of the resource prefetching algorithm is as follows:
//
// * ResourcePrefetchPredictorObserver - Listens for URL requests, responses and
-// redirects on the IO thread (via ResourceDispatcherHostDelegate) and posts
-// tasks to the ResourcePrefetchPredictor on the UI thread. This is owned by
-// the ProfileIOData for the profile.
+// redirects (client-side redirects are not supported) on the IO thread (via
+// ResourceDispatcherHostDelegate) and posts tasks to the
+// ResourcePrefetchPredictor on the UI thread. This is owned by the
+// ProfileIOData for the profile.
// * ResourcePrefetchPredictorTables - Persists ResourcePrefetchPredictor data
// to a sql database. Runs entirely on the DB thread. Owned by the
// PredictorDatabase.
« no previous file with comments | « no previous file | chrome/browser/predictors/resource_prefetch_predictor_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698