Index: chrome/android/testshell/res/menu/main_menu.xml |
diff --git a/chrome/android/testshell/res/menu/main_menu.xml b/chrome/android/testshell/res/menu/main_menu.xml |
index 2a3e6feff25efa8900513e47d945837cbee3a977..a2c05ce774707a3d1e56df94b6d895275fa3f232 100644 |
--- a/chrome/android/testshell/res/menu/main_menu.xml |
+++ b/chrome/android/testshell/res/menu/main_menu.xml |
@@ -11,5 +11,17 @@ |
<item android:id="@+id/signin" |
android:title="@string/signin_sign_in" /> |
</group> |
+ |
+ <group android:id="@+id/PHONE_ICON_MENU_ITEMS" |
+ android:visible="false"> |
+ <!-- These items are never made visible in the default list. They are only used |
+ to pass through the clicks from the icon row in the custom menu. --> |
+ <item android:id="@+id/back_menu_id" |
+ android:title="@null" /> |
+ <item android:id="@+id/forward_menu_id" |
+ android:title="@null" /> |
+ <item android:id="@+id/bookmark_this_page_id" |
+ android:title="@null" /> |
+ </group> |
</menu> |