| Index: content/shell/android/shell_apk/AndroidManifest.xml
|
| diff --git a/content/shell/android/shell_apk/AndroidManifest.xml b/content/shell/android/shell_apk/AndroidManifest.xml
|
| index 53a2301782f066624cafe020f04ee52ba3a82b3f..37ff5aab1de474050e390d0db1cdd3ed34c776fb 100644
|
| --- a/content/shell/android/shell_apk/AndroidManifest.xml
|
| +++ b/content/shell/android/shell_apk/AndroidManifest.xml
|
| @@ -17,7 +17,7 @@
|
| android:label="Content Shell">
|
| <activity android:name="ContentShellActivity"
|
| android:launchMode="singleTask"
|
| - android:theme="@android:style/Theme.Holo.Light.NoActionBar"
|
| + android:theme="@style/Theme.ChromeActionBar"
|
| android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
|
| android:hardwareAccelerated="true">
|
| <intent-filter>
|
|
|