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

Unified Diff: testing/android/native_test/java/AndroidManifest.xml.jinja2

Issue 2735113003: Changing SpawnChild to return a struct.
Patch Set: Created 3 years, 9 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: testing/android/native_test/java/AndroidManifest.xml.jinja2
diff --git a/testing/android/native_test/java/AndroidManifest.xml.jinja2 b/testing/android/native_test/java/AndroidManifest.xml.jinja2
index c465cac72d4bb27c87b3aa4fbd7c261bec772fe0..4982183d169f246d2360575f94344ff63c0a935f 100644
--- a/testing/android/native_test/java/AndroidManifest.xml.jinja2
+++ b/testing/android/native_test/java/AndroidManifest.xml.jinja2
@@ -58,7 +58,14 @@ found in the LICENSE file.
android:process=":test_client_process{{ i }}"
android:isolatedProcess="false"
android:exported="false" />
+ <service android:name="org.chromium.base.MultiprocessTestSideChannelService{{ i }}"
+ android:process=":test_client_process{{ i }}"
+ android:isolatedProcess="false"
+ android:exported="false" />
+
{% endfor %}
+
+
</application>
<instrumentation android:name="org.chromium.native_test.NativeTestInstrumentationTestRunner"
« no previous file with comments | « testing/android/native_test/BUILD.gn ('k') | testing/android/native_test/java/src/org/chromium/native_test/MainRunner.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698