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

Unified Diff: chrome/browser/io_thread.h

Issue 2910643003: Move more SystemURLRequestContext members into its ContextStorage (Closed)
Patch Set: Fix 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
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')
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 4f2db705cfc8920c71c358b0c96eff7e1c4bc07a..d8b4ba86c33c04d26b7feeb21be2cb499914fb21 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -75,10 +75,9 @@ class EventRouterForwarder;
}
namespace net {
-class CertVerifier;
class CTLogVerifier;
class HostMappingRules;
-class HostResolver;
+class HttpAuthHandlerRegistryFactory;
class HttpAuthPreferences;
class LoggingNetworkChangeObserver;
class NetworkQualityEstimator;
@@ -138,11 +137,7 @@ class IOThread : public content::BrowserThreadDelegate {
std::unique_ptr<chrome::android::ExternalDataUseObserver>
external_data_use_observer;
#endif // defined(OS_ANDROID)
- std::unique_ptr<net::HostResolver> host_resolver;
- std::unique_ptr<net::CertVerifier> cert_verifier;
std::vector<scoped_refptr<const net::CTLogVerifier>> ct_logs;
- std::unique_ptr<net::CTVerifier> cert_transparency_verifier;
- std::unique_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory;
std::unique_ptr<net::HttpAuthPreferences> http_auth_preferences;
std::unique_ptr<net::URLRequestContextStorage>
system_request_context_storage;
@@ -240,7 +235,8 @@ class IOThread : public content::BrowserThreadDelegate {
void Init() override;
void CleanUp() override;
- void CreateDefaultAuthHandlerFactory();
+ std::unique_ptr<net::HttpAuthHandlerRegistryFactory>
Randy Smith (Not in Mondays) 2017/06/07 19:28:17 Why change to the subclass type instead of just st
mmenke 2017/06/07 21:06:03 Just because an "HttpAuthHandlerRegistryFactory" i
+ CreateDefaultAuthHandlerFactory();
// Returns an SSLConfigService instance.
net::SSLConfigService* GetSSLConfigService();
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698