| Index: chrome/android/shell/res/menu/main_menu.xml
|
| diff --git a/chrome/android/shell/res/menu/main_menu.xml b/chrome/android/shell/res/menu/main_menu.xml
|
| index cf15312bf03a447f5044404bceb52ef421ae66e8..32899a24fd8d9dfa62f88d9139e2d85c676274fd 100644
|
| --- a/chrome/android/shell/res/menu/main_menu.xml
|
| +++ b/chrome/android/shell/res/menu/main_menu.xml
|
| @@ -9,7 +9,7 @@
|
| <group
|
| android:id="@+id/MAIN_MENU"
|
| android:visible="false" >
|
| - <item>
|
| + <item android:title="@null">
|
| <menu>
|
| <item
|
| android:id="@+id/back_menu_id"
|
| @@ -37,7 +37,7 @@
|
| <item
|
| android:id="@+id/distill_page"
|
| android:title="@string/distill_page_menu"/>
|
| - <item>
|
| + <item android:title="@null">
|
| <menu>
|
| <item
|
| android:id="@+id/share_menu_id"
|
|
|