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

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

Issue 2863063002: Making ChildConnectionAllocator simpler. (Closed)
Patch Set: Fixed tests. Created 3 years, 7 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 9d8e17cbed52b1aacf71768c23fd4ebda3940f31..eb02c7feaf5460d00db25026035aaae46ae196ea 100644
--- a/android_webview/test/shell/AndroidManifest.xml
+++ b/android_webview/test/shell/AndroidManifest.xml
@@ -42,6 +42,8 @@
</activity>
<provider android:name="org.chromium.android_webview.test.TestContentProvider"
android:authorities="org.chromium.android_webview.test.TestContentProvider" />
+ <meta-data android:name="org.chromium.content.browser.SANDBOXED_SERVICES_NAME"
+ android:value="org.chromium.content.app.SandboxedProcessService"/>
<meta-data android:name="org.chromium.content.browser.NUM_SANDBOXED_SERVICES"
android:value="1"/>
<service android:name="org.chromium.content.app.SandboxedProcessService0"

Powered by Google App Engine
This is Rietveld 408576698