summaryrefslogtreecommitdiffstats
path: root/android_webview/test
diff options
context:
space:
mode:
authorgkanwar@chromium.org <gkanwar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-23 21:42:04 +0000
committergkanwar@chromium.org <gkanwar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-23 21:42:04 +0000
commit6ca575165d05c754e0f59f2101e96023093c5434 (patch)
treee130032e056dbbb171ebc2b082df8f1a8962e727 /android_webview/test
parentf66351dde3278c7ee126048521079d7fd31bb42a (diff)
downloadchromium_src-6ca575165d05c754e0f59f2101e96023093c5434.zip
chromium_src-6ca575165d05c754e0f59f2101e96023093c5434.tar.gz
chromium_src-6ca575165d05c754e0f59f2101e96023093c5434.tar.bz2
Fixes TestContentProvider issues in AndroidWebView
NOTRY=True BUG=278326 Review URL: https://chromiumcodereview.appspot.com/23346011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219347 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/test')
-rw-r--r--android_webview/test/shell/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android_webview/test/shell/AndroidManifest.xml b/android_webview/test/shell/AndroidManifest.xml
index 5e6c541..f656a55 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. -->