Chromium Code Reviews| Index: chrome/android/java/AndroidManifest.xml |
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml |
| index 7c67865ce4e2fbda87d2045d6b9e22a2b686fcc3..df4eda4c9d958a392e68deded1e1616633ba09f3 100644 |
| --- a/chrome/android/java/AndroidManifest.xml |
| +++ b/chrome/android/java/AndroidManifest.xml |
| @@ -564,7 +564,6 @@ by a child template that "extends" this file. |
| android:theme="@style/WebappTheme" |
| android:label="@string/webapp_activity_title" |
| android:launchMode="singleTop" |
| - android:documentLaunchMode="intoExisting" |
|
gone
2017/03/22 22:20:07
Removing this flag means you can end up with multi
|
| android:windowSoftInputMode="adjustResize" |
| android:persistableMode="persistNever" |
| android:hardwareAccelerated="false" |