summaryrefslogtreecommitdiffstats
path: root/android_webview/lib
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/lib')
-rw-r--r--android_webview/lib/main/aw_main_delegate.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index 8d2a91a..8fe08c7 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -137,7 +137,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
}
if (cl->HasSwitch(switches::kWebViewSandboxedRenderer)) {
- cl->AppendSwitch(switches::kUseIpcCommandBuffer);
cl->AppendSwitch(switches::kInProcessGPU);
cl->AppendSwitchASCII(switches::kRendererProcessLimit, "1");
}