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

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

Issue 2807663002: 📺 Move fullscreen web content to a new Activity. (Closed)
Patch Set: Got code into committable state. 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 2f2c10b542e35502c23696365fd7d286db3f3f11..ec97c234bba3cc3fbc59c2ba5445305f977c68bd 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -357,6 +357,14 @@ by a child template that "extends" this file.
{% endblock %}
>
</activity>
+ <activity android:name="org.chromium.chrome.browser.FullscreenWebContentsActivity"
Theresa 2017/04/26 18:32:11 nit: reorder so that ChromeTabbedActivity and Chro
PEConn 2017/04/27 08:53:11 Done.
+ android:theme="@style/TabbedModeTheme"
+ android:exported="false"
+ {{ self.chrome_activity_common() }}
+ {{ self.supports_video_persistence() }} >
+ <!-- TODO(peconn): Add a label. -->
+ <!-- TODO(peconn): Check Theme. -->
Theresa 2017/04/26 18:32:11 TabbedModeTheme uses a 9-patch with a toolbar as t
PEConn 2017/04/27 08:53:11 Done.
+ </activity>
<activity android:name="org.chromium.chrome.browser.ChromeTabbedActivity2"
android:theme="@style/TabbedModeTheme"
android:exported="false"

Powered by Google App Engine
This is Rietveld 408576698