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

Unified Diff: components/network_session_configurator/network_session_configurator.h

Issue 2892613002: IOThread: Use URLRequestContextBuilder::NetworkSessionParams. (Closed)
Patch Set: Merge 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
Index: components/network_session_configurator/network_session_configurator.h
diff --git a/components/network_session_configurator/network_session_configurator.h b/components/network_session_configurator/network_session_configurator.h
index 4dcb2f6283f3c21ae9f7ea9ebcec875e632acbba..39547ee3659cb79d10a4b10eeba8a6ec3b40d96a 100644
--- a/components/network_session_configurator/network_session_configurator.h
+++ b/components/network_session_configurator/network_session_configurator.h
@@ -10,7 +10,7 @@
#include <string>
-#include "net/http/http_network_session.h"
+#include "net/url_request/url_request_context_builder.h"
namespace network_session_configurator {
@@ -20,10 +20,11 @@ net::QuicVersion ParseQuicVersion(const std::string& quic_version);
// Configure |params| based on field trials
// and forcing (policy or command line) arguments.
-void ParseFieldTrials(bool is_quic_force_disabled,
- bool is_quic_force_enabled,
- const std::string& quic_user_agent_id,
- net::HttpNetworkSession::Params* params);
+void ParseFieldTrials(
+ bool is_quic_force_disabled,
+ bool is_quic_force_enabled,
+ const std::string& quic_user_agent_id,
+ net::URLRequestContextBuilder::HttpNetworkSessionParams* params);
} // namespace network_session_configurator
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | components/network_session_configurator/network_session_configurator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698