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

Unified Diff: chrome/android/java/res/menu/main_menu.xml

Issue 2301633002: Refactor Vr activity into ChromeTabbedActivity. (Closed)
Patch Set: UiElements are now structs Created 4 years, 3 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/res/menu/main_menu.xml
diff --git a/chrome/android/java/res/menu/main_menu.xml b/chrome/android/java/res/menu/main_menu.xml
index 7b730b49ad0c2e4903b04da9409513993fa19ce9..63900b3762d13a0abad998848339968542121583 100644
--- a/chrome/android/java/res/menu/main_menu.xml
+++ b/chrome/android/java/res/menu/main_menu.xml
@@ -68,6 +68,8 @@
android:title="@string/menu_preferences" />
<item android:id="@+id/help_id"
android:title="@string/menu_help" />
+ <item android:id="@+id/enter_vr_id"
+ android:title="@string/enter_vr" />
</group>
<!-- Items shown only in the tab switcher -->

Powered by Google App Engine
This is Rietveld 408576698