Index: content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
diff --git a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
index 1703cf57996effdaa9a3a5d817987f138ba41000..4e5edbca81fffec0b3632c2188ebb6fd406fdc2c 100644 |
--- a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
+++ b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
@@ -78,8 +78,7 @@ public class ContentShellActivity extends Activity { |
if (CommandLine.getInstance().hasSwitch(ContentSwitches.DUMP_RENDER_TREE)) { |
try { |
- BrowserStartupController.get(this).startBrowserProcessesSync( |
- BrowserStartupController.MAX_RENDERERS_LIMIT); |
+ BrowserStartupController.get(this).startBrowserProcessesSync(false); |
} catch (ProcessInitException e) { |
Log.e(TAG, "Failed to load native library.", e); |
System.exit(-1); |