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 93147632a19ea2a93b179fd100bfbd4217cc5923..eb857a03db6bfbe07e5ff5c35ef1892107c141e1 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 |
@@ -76,7 +76,7 @@ public class ContentShellActivity extends ChromiumActivity { |
if (!TextUtils.isEmpty(startupUrl)) { |
mShellManager.setStartupUrl(Shell.sanitizeUrl(startupUrl)); |
} |
- if (!AndroidBrowserProcess.init(this, AndroidBrowserProcess.MAX_RENDERERS_AUTOMATIC)) { |
+ if (!AndroidBrowserProcess.init(this, AndroidBrowserProcess.MAX_RENDERERS_LIMIT)) { |
String shellUrl = ShellManager.DEFAULT_SHELL_URL; |
if (savedInstanceState != null |
&& savedInstanceState.containsKey(ACTIVE_SHELL_URL_KEY)) { |