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

Unified Diff: components/cronet/android/test/AndroidManifest.xml

Issue 1417973002: [Cronet] Switch from InstrumentationTest to junit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address Helen's comments Created 5 years, 2 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 | components/cronet/android/test/javatests/src/org/chromium/net/ChromiumUrlRequestTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/test/AndroidManifest.xml
diff --git a/components/cronet/android/test/AndroidManifest.xml b/components/cronet/android/test/AndroidManifest.xml
index 07b6b1353dfc0d271687dbfa6f663a77a8b6e6d8..b9854e218a25fee4eb4b41e3b2b65270cd10c65c 100644
--- a/components/cronet/android/test/AndroidManifest.xml
+++ b/components/cronet/android/test/AndroidManifest.xml
@@ -15,15 +15,5 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<application android:name="CronetTestApplication"
android:label="Cronet Test">
- <activity android:name="CronetTestActivity"
- android:launchMode="singleTask"
- android:theme="@android:style/Theme.Holo.Light.NoActionBar"
- android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
- android:hardwareAccelerated="true">
- <intent-filter>
- <action android:name="android.intent.action.MAIN"/>
- <category android:name="android.intent.category.LAUNCHER"/>
- </intent-filter>
- </activity>
</application>
</manifest>
« no previous file with comments | « no previous file | components/cronet/android/test/javatests/src/org/chromium/net/ChromiumUrlRequestTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698