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

Unified Diff: chrome/browser/profiles/off_the_record_profile_io_data.cc

Issue 2667633003: Fix HttpCache creation to use the correct API: CreateMainHttpCache and (Closed)
Patch Set: 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/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
index ebd15b2a72470675b10e3760a4298d39884f2575..e92d48539d167b221bc97529787ba9e5fc61dc3b 100644
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
@@ -339,7 +339,7 @@ net::URLRequestContext* OffTheRecordProfileIOData::InitializeAppRequestContext(
new net::HttpNetworkSession(network_params));
// Use a separate in-memory cache for the app.
- std::unique_ptr<net::HttpCache> app_http_cache = CreateHttpFactory(
+ std::unique_ptr<net::HttpCache> app_http_cache = CreateMainHttpFactory(
http_network_session.get(), net::HttpCache::DefaultBackend::InMemory(0));
context->SetChannelIDService(std::move(channel_id_service));
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698