Index: chrome/android/java/AndroidManifest.xml |
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml |
index 45f9a379cb9906a64f7cd2a06ed8f63c5e0bb0ef..e95606afb642e74a177cef32d7d06ee70b9162af 100644 |
--- a/chrome/android/java/AndroidManifest.xml |
+++ b/chrome/android/java/AndroidManifest.xml |
@@ -378,6 +378,15 @@ by a child template that "extends" this file. |
<category android:name="com.google.intent.category.CARDBOARD" /> |
</intent-filter> |
</activity> |
+ |
+ <activity android:name="org.chromium.chrome.browser.media.FullscreenMediaActivity" |
+ android:theme="@style/TabbedModeTheme" |
+ android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize" |
+ android:exported="false" |
+ {{ self.supports_video_persistence() }} > |
+ <!-- TODO(peconn): Add a label. --> |
+ <!-- TODO(peconn): Check the configChanges. --> |
+ </activity> |
{% if enable_vr == "true" %} |
<!-- |