| Index: chrome/android/testshell/java/AndroidManifest.xml
|
| diff --git a/chrome/android/testshell/java/AndroidManifest.xml b/chrome/android/testshell/java/AndroidManifest.xml
|
| index 8990f3a8b3293c8628c95ee8aed9bfe7508ac023..2806af95fcadac762863dd51e941ab0888e9c684 100644
|
| --- a/chrome/android/testshell/java/AndroidManifest.xml
|
| +++ b/chrome/android/testshell/java/AndroidManifest.xml
|
| @@ -16,6 +16,7 @@
|
| android:label="ChromiumTestShell">
|
| <activity android:name="org.chromium.chrome.testshell.ChromiumTestShellActivity"
|
| android:label="ChromiumTestShellActivity"
|
| + android:launchMode="singleTask"
|
| android:hardwareAccelerated="true">
|
| <intent-filter>
|
| <action android:name="android.intent.action.MAIN" />
|
|
|