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

Unified Diff: android_webview/javatests/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 | « no previous file | android_webview/test/shell/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/AndroidManifest.xml
diff --git a/android_webview/javatests/AndroidManifest.xml b/android_webview/javatests/AndroidManifest.xml
index aef384c4b89a9566b03258d9acda96d8fcf336da..f236d4d74e09aab051813fdb7a3218f10d04091a 100644
--- a/android_webview/javatests/AndroidManifest.xml
+++ b/android_webview/javatests/AndroidManifest.xml
@@ -9,8 +9,6 @@
needed when building test cases. -->
<application android:hardwareAccelerated="false">
<uses-library android:name="android.test.runner" />
- <provider android:name="TestContentProvider"
- android:authorities="org.chromium.android_webview.test.TestContentProvider" />
</application>
<!-- TODO(joth): Change minSdkVersion to 16 when crbug/161864 lands. -->
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
« no previous file with comments | « no previous file | android_webview/test/shell/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698