summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/web_engine_context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/web_engine_context.cpp b/lib/web_engine_context.cpp
index 2982b2501..67202a9c2 100644
--- a/lib/web_engine_context.cpp
+++ b/lib/web_engine_context.cpp
@@ -125,6 +125,7 @@ WebEngineContext::WebEngineContext()
CommandLine* parsedCommandLine = CommandLine::ForCurrentProcess();
parsedCommandLine->AppendSwitchASCII(switches::kUserAgent, webkit_glue::BuildUserAgentFromProduct("QtWebEngine/0.1"));
+ parsedCommandLine->AppendSwitchASCII(switches::kBrowserSubprocessPath, subProcessPath().constData());
parsedCommandLine->AppendSwitch(switches::kNoSandbox);
parsedCommandLine->AppendSwitch(switches::kDisablePlugins);