Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1278)

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2807663002: 📺 Move fullscreen web content to a new Activity. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" %}
<!--

Powered by Google App Engine
This is Rietveld 408576698