| 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"
|
|
|