| Index: content/public/android/java/res/menu/select_action_menu.xml
|
| diff --git a/content/public/android/java/res/menu/select_action_menu.xml b/content/public/android/java/res/menu/select_action_menu.xml
|
| index f596201f2f3a8c532e551d84a3129d50fe57cb71..68355d5c99a92ff292cfdafe4369a286d49e9aec 100644
|
| --- a/content/public/android/java/res/menu/select_action_menu.xml
|
| +++ b/content/public/android/java/res/menu/select_action_menu.xml
|
| @@ -42,10 +42,13 @@
|
| android:showAsAction="always|withText"
|
| style="@style/SelectActionMenuShare"
|
| />
|
| + <group
|
| + android:id="@+id/select_action_menu_text_processing_menus">
|
| + </group>
|
| <item
|
| android:id="@+id/select_action_menu_web_search"
|
| android:title="@string/actionbar_web_search"
|
| android:showAsAction="always|withText"
|
| style="@style/SelectActionMenuWebSearch"
|
| />
|
| -</menu>
|
| +</menu>
|
|
|