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

Unified Diff: content/public/android/java/res/menu/select_action_menu.xml

Issue 1349563003: Implement Android M text process action in ActionMode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix indents Created 5 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: 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>

Powered by Google App Engine
This is Rietveld 408576698