summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/web_engine_context.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index 943de407e..669beccb4 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -138,8 +138,6 @@ WebEngineContext::WebEngineContext()
parsedCommandLine->AppendSwitch(switches::kInProcessGPU);
#if defined(OS_WIN)
- // FIXME: The renderer process should be fixed on windows.
- parsedCommandLine->AppendSwitch(switches::kSingleProcess);
parsedCommandLine->AppendSwitch(switches::kDisableD3D11);
parsedCommandLine->AppendSwitch(switches::kDisableExperimentalWebGL);
#endif