summaryrefslogtreecommitdiffstats
path: root/src/core/net
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-01-12 13:44:07 +0100
committerMichal Klocek <michal.klocek@qt.io>2018-05-23 09:42:34 +0000
commitf012238341216c2355dc724ea8e7de74fa764cc0 (patch)
tree1aef35f411c4e1e788e191ad5809771572bc0841 /src/core/net
parent45ec7b64755546438943caf68629dc84e0068d36 (diff)
Track BrowserContextAdapter in WebEngineContext
Instead of keeping BrowserContextAdapter as a child of global object add them to the list kept by WebEngineContext. Change-Id: I626ca6ff6dec3eb76530e3cfb6d589cb961a5795 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/net')
-rw-r--r--src/core/net/url_request_custom_job_proxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/net/url_request_custom_job_proxy.cpp b/src/core/net/url_request_custom_job_proxy.cpp
index 411e1c868..38fbd7670 100644
--- a/src/core/net/url_request_custom_job_proxy.cpp
+++ b/src/core/net/url_request_custom_job_proxy.cpp
@@ -44,6 +44,7 @@
#include "browser_context_adapter.h"
#include "type_conversion.h"
#include "content/public/browser/browser_thread.h"
+#include "web_engine_context.h"
using namespace net;