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

Unified Diff: content/shell/android/linker_test_apk/AndroidManifest.xml

Issue 356043002: Declare 20 renderer services on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move raising the limit to a separate patch (going the 3-way patch way). Created 6 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
Index: content/shell/android/linker_test_apk/AndroidManifest.xml
diff --git a/content/shell/android/linker_test_apk/AndroidManifest.xml b/content/shell/android/linker_test_apk/AndroidManifest.xml
index 94a3488201e36e41c1f23fe5789771f7d0b281bc..8517fe0f7c471acf3c715a4cc9eadd56bbc7cba4 100644
--- a/content/shell/android/linker_test_apk/AndroidManifest.xml
+++ b/content/shell/android/linker_test_apk/AndroidManifest.xml
@@ -94,6 +94,41 @@
android:permission="org.chromium.content_shell.permission.SANDBOX"
android:isolatedProcess="true"
android:exported="false" />
+ <service android:name="org.chromium.content.app.SandboxedProcessService13"
+ android:process=":sandboxed_process13"
+ android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:isolatedProcess="true"
+ android:exported="false" />
+ <service android:name="org.chromium.content.app.SandboxedProcessService14"
+ android:process=":sandboxed_process14"
+ android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:isolatedProcess="true"
+ android:exported="false" />
+ <service android:name="org.chromium.content.app.SandboxedProcessService15"
+ android:process=":sandboxed_process15"
+ android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:isolatedProcess="true"
+ android:exported="false" />
+ <service android:name="org.chromium.content.app.SandboxedProcessService16"
+ android:process=":sandboxed_process16"
+ android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:isolatedProcess="true"
+ android:exported="false" />
+ <service android:name="org.chromium.content.app.SandboxedProcessService17"
+ android:process=":sandboxed_process17"
+ android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:isolatedProcess="true"
+ android:exported="false" />
+ <service android:name="org.chromium.content.app.SandboxedProcessService18"
+ android:process=":sandboxed_process18"
+ android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:isolatedProcess="true"
+ android:exported="false" />
+ <service android:name="org.chromium.content.app.SandboxedProcessService19"
+ android:process=":sandboxed_process19"
+ android:permission="org.chromium.content_shell.permission.SANDBOX"
+ android:isolatedProcess="true"
+ android:exported="false" />
</application>
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
« no previous file with comments | « content/shell/android/browsertests_apk/AndroidManifest.xml ('k') | content/shell/android/shell_apk/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698