Chromium Code Reviews| 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(); |
| } |