| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index 237dcae26789a45dffc47d125d13a9065aa802ff..8eec2efb143f8dc3e60aa609011bc6c742f268e7 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -375,7 +375,7 @@ by a child template that "extends" this file.
|
| android:autoRemoveFromRecents="true">
|
| </activity>
|
| <activity android:name="org.chromium.chrome.browser.firstrun.LightweightFirstRunActivity"
|
| - android:theme="@style/LightweightFreDialog"
|
| + android:theme="@style/SimpleDialog"
|
| android:launchMode="singleTop"
|
| android:autoRemoveFromRecents="true"
|
| android:windowSoftInputMode="stateHidden|adjustPan"
|
|
|