summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_context.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-05 13:57:44 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-06 22:44:02 +0100
commit2b0a736f7d16c2f05fdbb05f46ae6bca3e539ce1 (patch)
tree6a4fe837d313fdc29f18be4e51072b10652b578d /src/core/web_engine_context.cpp
parent645bc4699e4aca4db52db703daa6d679859cf35b (diff)
Do not force in-process network-service
Works just fine in separate process. Change-Id: Ib6f272d95ca57e08c330f871a22b1b5bd89b4ff6 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'src/core/web_engine_context.cpp')
-rw-r--r--src/core/web_engine_context.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index cd2ff8be5..708fdaa74 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -574,7 +574,6 @@ WebEngineContext::WebEngineContext()
appendToFeatureList(enableFeatures, features::kAllowContentInitiatedDataUrlNavigations.name);
appendToFeatureList(enableFeatures, features::kTracingServiceInProcess.name);
- appendToFeatureList(enableFeatures, features::kNetworkServiceInProcess.name);
// The video-capture service is not functioning at this moment (since 69)
appendToFeatureList(disableFeatures, features::kMojoVideoCapture.name);