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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a92322ae2a3b04e6fcf9df4cdfe81b27690f9349 |
--- /dev/null |
+++ b/chrome/android/java/res/menu/main_menu.xml |
@@ -0,0 +1,20 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<!-- Copyright 2013 The Chromium Authors. All rights reserved. |
+ |
+ Use of this source code is governed by a BSD-style license that can be |
+ found in the LICENSE file. |
+--> |
+ |
+<menu xmlns:android="http://schemas.android.com/apk/res/android"> |
+ <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> |