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

Unified Diff: content/shell/android/shell_apk/AndroidManifest.xml.jinja2

Issue 2650013003: Bind Android ChildProcessServices to a specific client PID. (Closed)
Patch Set: Created 3 years, 11 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/shell_apk/AndroidManifest.xml.jinja2
diff --git a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2 b/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
index f2e149f4a2aacc6dc2e1022911125500e47c8228..ed0e15389c3bb019dd571524575f40adb2db4a1c 100644
--- a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
+++ b/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
@@ -61,5 +61,7 @@
<meta-data android:name="org.chromium.content.browser.SMART_CLIP_PROVIDER"
android:value="org.chromium.content.browser.SmartClipProvider" />
+ <service android:name="org.chromium.content_shell_apk.ChildProcessLauncherTestHelperService"
+ android:process=":ChildProcessLauncherHelper" />
</application>
</manifest>

Powered by Google App Engine
This is Rietveld 408576698