summaryrefslogtreecommitdiffstats
path: root/src/core/net/system_network_context_manager.h
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2020-04-08 13:21:43 +0200
committerJüri Valdmann <juri.valdmann@qt.io>2020-04-10 05:04:25 +0200
commita3bc7f797d740da416b858806ce9fcfb46e77ac6 (patch)
tree68509e93a0e74766eaecbac87159a9672b4b04a5 /src/core/net/system_network_context_manager.h
parentbebc5a1c6ff9968bf8b06ca74a76b0618a57700b (diff)
Delete last network service feature checks
Network service is required. Task-number: QTBUG-83394 Change-Id: I8b636730eba5bd2ba5895e072e134c3b1fb786d1 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/net/system_network_context_manager.h')
-rw-r--r--src/core/net/system_network_context_manager.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/net/system_network_context_manager.h b/src/core/net/system_network_context_manager.h
index 288af5195..e429453a2 100644
--- a/src/core/net/system_network_context_manager.h
+++ b/src/core/net/system_network_context_manager.h
@@ -169,11 +169,6 @@ private:
// enabled. nullptr, otherwise.
network::mojom::NetworkContextPtr network_service_network_context_;
- // This is a NetworkContext that wraps the IOThread's SystemURLRequestContext.
- // Always initialized in SetUp, but it's only returned by Context() when the
- // network service is disabled.
- network::mojom::NetworkContextPtr io_thread_network_context_;
-
// URLLoaderFactory backed by the NetworkContext returned by GetContext(), so
// consumers don't all need to create their own factory.
scoped_refptr<URLLoaderFactoryForSystem> shared_url_loader_factory_;