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

Unified Diff: chrome/browser/io_thread.h

Issue 2986733002: Reland of Make ProfileIOData use URLRequestContextBuilder (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 593491bf83a014aa4a967dc58369466a0e7c8ae7..9cc54ee4984ac1a120ee26a67e896d6402c13519 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -89,6 +89,7 @@
class RTTAndThroughputEstimatesObserver;
class SSLConfigService;
class URLRequestContext;
+class URLRequestContextBuilderMojo;
class URLRequestContextGetter;
namespace ct {
@@ -232,6 +233,13 @@
bool WpadQuickCheckEnabled() const;
bool PacHttpsUrlStrippingEnabled() const;
+ // Configures |builder|'s ProxyService to use the specified
+ // |proxy_config_service| and sets a number of proxy-related options based on
+ // prefs, policies, and the command line.
+ void SetUpProxyConfigService(
+ net::URLRequestContextBuilderMojo* builder,
+ std::unique_ptr<net::ProxyConfigService> proxy_config_service) const;
+
private:
friend class test::IOThreadPeer;
friend class chrome::TestingIOThreadState;
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698