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

Unified Diff: chrome/browser/profiles/profile_impl_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 | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl_io_data.cc
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
index db44df0eb98f48964d552431b513d923142604ad..1ed4fe128bde126dcbc038e42c15a2baf159324e 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -695,7 +695,7 @@ net::URLRequestContext* ProfileImplIOData::InitializeAppRequestContext(
std::unique_ptr<net::HttpNetworkSession> http_network_session(
new net::HttpNetworkSession(network_params));
std::unique_ptr<net::HttpCache> app_http_cache =
- CreateHttpFactory(http_network_session.get(), std::move(app_backend));
+ CreateMainHttpFactory(http_network_session.get(), std::move(app_backend));
// Transfer ownership of the ChannelIDStore and the HttpNetworkSession to the
// AppRequestContext.
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698