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

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

Issue 2299613003: New Compositor and tab content
Patch Set: more clean up Created 4 years, 4 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index a374a2ca2880bd007da8a2c6718a640f228d7c21..827fbab29de3d02b34e688664082471f8728e77f 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -346,10 +346,11 @@ by a child template that "extends" this file.
android:hardwareAccelerated="false">
</activity>
{% if enable_vr_shell == "true" %}
- <activity android:name="org.chromium.chrome.browser.VrActivity"
- android:theme="@style/MainTheme"
+ <activity-alias android:name="org.chromium.chrome.browser.VrActivity"
+ android:theme="@style/TabbedModeTheme"
android:windowSoftInputMode="stateAlwaysHidden"
android:launchMode="singleTask"
+ android:targetActivity="org.chromium.chrome.browser.ChromeTabbedActivity"
android:screenOrientation="landscape"
android:hardwareAccelerated="false"
android:exported="true">
@@ -359,8 +360,9 @@ by a child template that "extends" this file.
<!-- Show icon in Daydream app launcher. -->
<category android:name="com.google.intent.category.DAYDREAM" />
</intent-filter>
- </activity>
+ </activity-alias>
{% endif %}
+
<activity android:name="org.chromium.chrome.browser.ChromeTabbedActivity2"
android:theme="@style/TabbedModeTheme"
android:exported="false"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698