| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index c54f13f00b9802d56cff090858c42a13df549627..ed8566d64cc6ae04f1ac60b9cd1ca2c2bc835e3b 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -166,10 +166,6 @@ by a child template that "extends" this file.
|
| {% if channel in ['dev', 'canary', 'default'] %}
|
| <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />
|
| {% endif %}
|
| - {% if enable_vr_shell == "true" %}
|
| - <!-- Show icon in Daydream app launcher. -->
|
| - <category android:name="com.google.intent.category.DAYDREAM" />
|
| - {% endif %}
|
| </intent-filter>
|
| <!-- Matches the common case of intents with no MIME type.
|
| Make sure to keep in sync with the next filter. -->
|
|
|