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

Unified Diff: android_webview/test/shell/AndroidManifest.xml

Issue 1555513003: [Android WebView] Forbid launching of two browser processes in the app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 5 years 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: android_webview/test/shell/AndroidManifest.xml
diff --git a/android_webview/test/shell/AndroidManifest.xml b/android_webview/test/shell/AndroidManifest.xml
index 57babe10f87b87b844948eef97de0bfa277c5654..3482a279fe402bf34c804b96b60126a00dae3225 100644
--- a/android_webview/test/shell/AndroidManifest.xml
+++ b/android_webview/test/shell/AndroidManifest.xml
@@ -49,5 +49,10 @@
android:exported="false" />
<meta-data android:name="org.chromium.content.browser.NUM_PRIVILEGED_SERVICES"
android:value="0"/>
+ <!-- See AwSecondBrowserProcessTest -->
+ <service android:name="org.chromium.android_webview.test.SecondBrowserProcess"
+ android:process=":second_browser_process"
+ android:isolatedProcess="false"
+ android:exported="false" />
</application>
</manifest>

Powered by Google App Engine
This is Rietveld 408576698