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

Unified Diff: chrome/browser/io_thread.h

Issue 2546533003: Respect QuicAllowed policy for new streams (Closed)
Patch Set: IOS io_thread also initializes DynamicSharedParams Created 4 years 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
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index c958b6428f47e7f70279e51c8306f9ffbef8637d..dc8d44f0efcc0bf1ff6b34371734bf05bff96960 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -176,6 +176,8 @@ class IOThread : public content::BrowserThreadDelegate {
std::unique_ptr<net::URLRequestContext> proxy_script_fetcher_context;
std::unique_ptr<net::ProxyService> system_proxy_service;
std::unique_ptr<net::HttpNetworkSession> system_http_network_session;
+ std::unique_ptr<net::HttpNetworkSession::DynamicSharedParams>
+ http_network_session_dynamic_shared_params;
std::unique_ptr<net::HttpTransactionFactory>
system_http_transaction_factory;
std::unique_ptr<net::URLRequestJobFactory> system_url_request_job_factory;

Powered by Google App Engine
This is Rietveld 408576698