Chromium Code Reviews| 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" |