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

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

Issue 2814533002: Adding a new annotation to set ChildProcessAllocator settings in tests. (Closed)
Patch Set: Clean-up Created 3 years, 8 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 | « content/public/test/android/javatests/src/org/chromium/content/browser/test/ContentInstrumentationTestRunner.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/javatests/AndroidManifest.xml
diff --git a/content/shell/android/javatests/AndroidManifest.xml b/content/shell/android/javatests/AndroidManifest.xml
index 1a4f916967cb8f0db45f0fa7f849349a76d5b0d5..69e924405f04869b9199663ef88b918c2d23110e 100644
--- a/content/shell/android/javatests/AndroidManifest.xml
+++ b/content/shell/android/javatests/AndroidManifest.xml
@@ -21,7 +21,7 @@
android:targetPackage="org.chromium.content_shell_apk"
chromium-junit4="true"
android:label="JUnit4-based tests for org.chromium.content_shell_apk" />
- <instrumentation android:name="org.chromium.base.test.BaseChromiumInstrumentationTestRunner"
+ <instrumentation android:name="org.chromium.content.browser.test.ContentInstrumentationTestRunner"
android:targetPackage="org.chromium.content_shell_apk"
android:label="Tests for org.chromium.content_shell_apk"/>
</manifest>
« no previous file with comments | « content/public/test/android/javatests/src/org/chromium/content/browser/test/ContentInstrumentationTestRunner.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698