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

Unified Diff: chrome/browser/io_thread.cc

Issue 2945083002: Remove memory cache from system URLRequestContext. (Closed)
Patch Set: Remove change from another CL Created 3 years, 6 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/io_thread_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.cc
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index 40602f82c0edc0a115d30f624ecd8d4f8552b234..050d4e8311d6af9231ef23080b74412b5a456d22 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -884,6 +884,8 @@ void IOThread::ConstructSystemRequestContext() {
builder.set_ftp_enabled(true);
#endif
+ builder.DisableHttpCache();
+
globals_->system_request_context = builder.Build();
}
« no previous file with comments | « no previous file | chrome/browser/io_thread_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698