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

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

Issue 2201783003: Add test to ensure shouldOverrideUrlLoading throws Java exception (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add testbase for separate-service tests, use this from AwSecondBrowserTest. Created 4 years, 3 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: android_webview/test/shell/AndroidManifest.xml
diff --git a/android_webview/test/shell/AndroidManifest.xml b/android_webview/test/shell/AndroidManifest.xml
index 3482a279fe402bf34c804b96b60126a00dae3225..051e9c22ad3bc392eff3449ec01888b662ca4219 100644
--- a/android_webview/test/shell/AndroidManifest.xml
+++ b/android_webview/test/shell/AndroidManifest.xml
@@ -54,5 +54,10 @@
android:process=":second_browser_process"
android:isolatedProcess="false"
android:exported="false" />
+ <!-- See JniCrashTest -->
+ <service android:name="org.chromium.android_webview.test.SeparateProcessWebViewService"
+ android:process=":separate_process_webview_service"
+ android:isolatedProcess="false"
+ android:exported="false" />
</application>
</manifest>

Powered by Google App Engine
This is Rietveld 408576698