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

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

Issue 525613002: Set up initial MockURLRequestJob tests for Cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 6 years, 3 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
Index: components/cronet/android/test/AndroidManifest.xml
diff --git a/components/cronet/android/sample/AndroidManifest.xml b/components/cronet/android/test/AndroidManifest.xml
similarity index 83%
copy from components/cronet/android/sample/AndroidManifest.xml
copy to components/cronet/android/test/AndroidManifest.xml
index b0137f8612ac4d6041845ed34e2cca8bf2d68d78..5ab701d47b4843d01b47681ce9c3167d9a79bdf7 100644
--- a/components/cronet/android/sample/AndroidManifest.xml
+++ b/components/cronet/android/test/AndroidManifest.xml
@@ -7,11 +7,11 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.chromium.cronet_sample_apk">
+ package="org.chromium.cronet_test_apk">
- <application android:name="CronetSampleApplication"
- android:label="Cronet Sample">
- <activity android:name="CronetSampleActivity"
+ <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"

Powered by Google App Engine
This is Rietveld 408576698