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

Unified Diff: chromecast/browser/url_request_context_factory.h

Issue 2907463002: Split HttpNetworkSession::Params into two structs. (Closed)
Patch Set: Response to comments Created 3 years, 7 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') | chromecast/browser/url_request_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/url_request_context_factory.h
diff --git a/chromecast/browser/url_request_context_factory.h b/chromecast/browser/url_request_context_factory.h
index 18f5d87dfa219d829d20e9e3ce7a22751868e901..ba8deda1490c06b513ca33089fd1b701c1bb26fb 100644
--- a/chromecast/browser/url_request_context_factory.h
+++ b/chromecast/browser/url_request_context_factory.h
@@ -82,8 +82,10 @@ class URLRequestContextFactory {
content::URLRequestInterceptorScopedVector request_interceptors);
void InitializeMediaContextDependencies(net::HttpTransactionFactory* factory);
- void PopulateNetworkSessionParams(bool ignore_certificate_errors,
- net::HttpNetworkSession::Params* params);
+ void PopulateNetworkSessionParams(
+ bool ignore_certificate_errors,
+ net::HttpNetworkSession::Params* session_params,
+ net::HttpNetworkSession::Context* session_context);
void DisableQuicOnBrowserIOThread();
// These are called by the RequestContextGetters to create each
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chromecast/browser/url_request_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698