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

Unified Diff: net/url_request/url_request_context_storage.h

Issue 2660983002: Change ProfileIOData::CreateHttpFactory to take an (Closed)
Patch Set: rebase after upstream landed 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/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: net/url_request/url_request_context_storage.h
diff --git a/net/url_request/url_request_context_storage.h b/net/url_request/url_request_context_storage.h
index 0e4a8a51ea1d630b45d26e079c85e351abe6b4c1..5c4cb2d0720f20359e7a59761a52ccb1d2bae3c5 100644
--- a/net/url_request/url_request_context_storage.h
+++ b/net/url_request/url_request_context_storage.h
@@ -85,6 +85,10 @@ class NET_EXPORT URLRequestContextStorage {
return http_network_session_.get();
}
+ HttpTransactionFactory* http_transaction_factory() const {
+ return http_transaction_factory_.get();
+ }
mmenke 2017/01/31 15:17:59 Not needed - can just get this from the URLRequest
Zhongyi Shi 2017/01/31 18:38:21 Done.
+
private:
// Not owned.
URLRequestContext* const context_;
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698