Chromium Code Reviews

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

Issue 2695083002: Revert on M57 "Bind Android ChildProcessServices to a specific client PID." (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 ed0e15389c3bb019dd571524575f40adb2db4a1c..f2e149f4a2aacc6dc2e1022911125500e47c8228 100644
--- a/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
+++ b/content/shell/android/shell_apk/AndroidManifest.xml.jinja2
@@ -61,7 +61,5 @@
<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