Commit 04993e78 authored by ppi@chromium.org's avatar ppi@chromium.org

Use 20 renderer services on Android.

Now that the embedder side landed, this patch follows-up on
https://codereview.chromium.org/356043002 and allows to use all 20
renderer services on Android.

BUG=325842

Review URL: https://codereview.chromium.org/388803002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282651 0039d316-1c4b-4281-b951-d872f2087c98
parent f4743db7
......@@ -49,7 +49,7 @@ public class ChildProcessLauncher {
// classes and PrivilegedProcessServiceX classes declared in this package and defined as
// services in the embedding application's manifest file.
// (See {@link ChildProcessService} for more details on defining the services.)
/* package */ static final int MAX_REGISTERED_SANDBOXED_SERVICES = 13;
/* package */ static final int MAX_REGISTERED_SANDBOXED_SERVICES = 20;
/* package */ static final int MAX_REGISTERED_PRIVILEGED_SERVICES = 3;
private static class ChildConnectionAllocator {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment