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

Unified Diff: chrome/browser/predictors/resource_prefetcher_unittest.cc

Issue 2589713002: predictors: Reduce the maximum concurrent prefetches. (Closed)
Patch Set: Created 4 years 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 | « chrome/browser/predictors/resource_prefetch_common.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/predictors/resource_prefetcher_unittest.cc
diff --git a/chrome/browser/predictors/resource_prefetcher_unittest.cc b/chrome/browser/predictors/resource_prefetcher_unittest.cc
index 7a46a8c5b8851f8778ca16d99efa91d0125490a3..2cc5711cc3bab58fc58fe54c7a2f6d04f2480f3c 100644
--- a/chrome/browser/predictors/resource_prefetcher_unittest.cc
+++ b/chrome/browser/predictors/resource_prefetcher_unittest.cc
@@ -144,7 +144,6 @@ ResourcePrefetcherTest::ResourcePrefetcherTest()
: loop_(base::MessageLoop::TYPE_IO),
io_thread_(content::BrowserThread::IO, &loop_),
prefetcher_delegate_(&loop_) {
- config_.max_prefetches_inflight_per_navigation = 5;
config_.max_prefetches_inflight_per_host_per_navigation = 2;
}
« no previous file with comments | « chrome/browser/predictors/resource_prefetch_common.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698