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

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

Issue 23346011: Fixes TestContentProvider issues in AndroidWebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds a hack for test apk cycling Created 7 years, 4 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
« no previous file with comments | « android_webview/javatests/AndroidManifest.xml ('k') | build/android/buildbot/bb_device_steps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. -->
« no previous file with comments | « android_webview/javatests/AndroidManifest.xml ('k') | build/android/buildbot/bb_device_steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698