| Index: content/shell/android/javatests/AndroidManifest.xml
|
| diff --git a/content/shell/android/javatests/AndroidManifest.xml b/content/shell/android/javatests/AndroidManifest.xml
|
| index fccf3f8497bb6137a44c07e3f340ff10440f3313..b336ae16e1a69208ffa60bc6624410ae13b0f081 100644
|
| --- a/content/shell/android/javatests/AndroidManifest.xml
|
| +++ b/content/shell/android/javatests/AndroidManifest.xml
|
| @@ -11,9 +11,11 @@
|
| needed when building test cases. -->
|
| <application>
|
| <uses-library android:name="android.test.runner" />
|
| + <activity android:name="org.chromium.test.outstrumentation.slave.OutstrumentationSlaveActivity"
|
| + android:exported="true"/>
|
| </application>
|
| <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
|
| - <instrumentation android:name="android.test.InstrumentationTestRunner"
|
| + <instrumentation android:name="org.chromium.base.test.BaseInstrumentationTestRunner"
|
| android:targetPackage="org.chromium.content_shell_apk"
|
| android:label="Tests for org.chromium.content_shell_apk"/>
|
| <uses-permission android:name="android.permission.RUN_INSTRUMENTATION" />
|
|
|