Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: android_webview/lib/main/aw_main_delegate.cc

Issue 2083673002: [NOT FOR COMMIT] multiple_renderer Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 5 Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/apk/java/AndroidManifest.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/main/aw_main_delegate.cc
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index ce1d576cfc5d879fa65455bcedc72529702b5816..d323c1ae33214928a6e0a7dd79dbbb7bf66d09bb 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -137,7 +137,7 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
if (cl->HasSwitch(switches::kWebViewSandboxedRenderer)) {
cl->AppendSwitch(switches::kInProcessGPU);
- cl->AppendSwitchASCII(switches::kRendererProcessLimit, "1");
+ cl->AppendSwitchASCII(switches::kRendererProcessLimit, "5");
cl->AppendSwitch(switches::kDisableRendererBackgrounding);
}
« no previous file with comments | « android_webview/apk/java/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698