| 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..a452022f3cc0bc0bbd598f61df0478edd62347b6 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.passenger.OnDeviceInstrumentationPassenger"
|
| + 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" />
|
|
|