| Index: testing/android/AndroidManifest.xml
|
| diff --git a/testing/android/AndroidManifest.xml b/testing/android/AndroidManifest.xml
|
| index 73a0c1488190a9f9efda03893f684797c5cf7e2e..a1afb569d41cac79c86893379a3567091c33ddce 100644
|
| --- a/testing/android/AndroidManifest.xml
|
| +++ b/testing/android/AndroidManifest.xml
|
| @@ -12,7 +12,8 @@ found in the LICENSE file.
|
|
|
| <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
|
|
|
| - <application android:label="ChromeNativeTests">
|
| + <application android:label="ChromeNativeTests"
|
| + android:name="org.chromium.base.ChromiumApplication">
|
| <activity android:name=".ChromeNativeTestActivity"
|
| android:label="ChromeNativeTest"
|
| android:configChanges="orientation|keyboardHidden">
|
|
|