Index: android_webview/test/shell/AndroidManifest.xml |
diff --git a/android_webview/test/shell/AndroidManifest.xml b/android_webview/test/shell/AndroidManifest.xml |
index 5e6c541a3e7a397f7e1c4193ad571d2e9229a93f..f656a55ce73cdf779412cd36e09c52f44dc57789 100644 |
--- a/android_webview/test/shell/AndroidManifest.xml |
+++ b/android_webview/test/shell/AndroidManifest.xml |
@@ -25,6 +25,8 @@ |
<category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
</intent-filter> |
</activity> |
+ <provider android:name="org.chromium.android_webview.test.TestContentProvider" |
+ android:authorities="org.chromium.android_webview.test.TestContentProvider" /> |
</application> |
<!-- TODO(joth): Change minSdkVersion to 16 when crbug/161864 lands. --> |