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

Unified Diff: content/shell/android/javatests/AndroidManifest.xml

Issue 2013113002: Separate BaseInstrumentationTestRunner from BaseChromiumITR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove onCreate Created 4 years, 7 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: content/shell/android/javatests/AndroidManifest.xml
diff --git a/content/shell/android/javatests/AndroidManifest.xml b/content/shell/android/javatests/AndroidManifest.xml
index dfa4a5114741d2c89b53551c4819a0dfcee75c46..1f0780d0d48a62c2e243c93cd7deb24b15115f5b 100644
--- a/content/shell/android/javatests/AndroidManifest.xml
+++ b/content/shell/android/javatests/AndroidManifest.xml
@@ -16,7 +16,7 @@
<activity android:name="org.chromium.test.broker.OnDeviceInstrumentationBroker"
android:exported="true"/>
</application>
- <instrumentation android:name="org.chromium.base.test.BaseInstrumentationTestRunner"
+ <instrumentation android:name="org.chromium.base.test.BaseChromiumInstrumentationTestRunner"
android:targetPackage="org.chromium.content_shell_apk"
android:label="Tests for org.chromium.content_shell_apk"/>
</manifest>

Powered by Google App Engine
This is Rietveld 408576698