Index: chrome/android/java/res/values-v17/styles.xml |
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml |
index 22d8d2e7d4f6d4ae9e6981f3930c25a38275fc71..353e95f25afbe570712535694be7c11843dfd857 100644 |
--- a/chrome/android/java/res/values-v17/styles.xml |
+++ b/chrome/android/java/res/values-v17/styles.xml |
@@ -446,6 +446,12 @@ |
<item name="android:layout_width">match_parent</item> |
<item name="android:layout_height">match_parent</item> |
</style> |
+ <style name="PhysicalWebOptInStyle" parent="Theme.AppCompat.Light"> |
+ <item name="android:windowBackground">@android:color/white</item> |
+ <item name="windowNoTitle">true</item> |
+ <item name="windowActionBar">false</item> |
+ <item name="android:windowContentOverlay">@null</item> |
+ </style> |
<!-- Misc styles --> |
<style name="SnackbarAnimation"> |