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

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

Issue 2903733002: [SmartText selection] Restore separator between assist and other items (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/SelectionPopupController.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e087826435779a6e858748010a45f43f2671d0e5..00605c9256293643e1920539ceebeb25b7e817c2 100644
--- a/content/public/android/java/res/menu/select_action_menu.xml
+++ b/content/public/android/java/res/menu/select_action_menu.xml
@@ -8,10 +8,12 @@
<!--suppress AlwaysShowAction -->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <!-- The orderInCategory starts with 2 to give a room for
- assist menu item. Remove the ordering when Android
- can reorder the assist menu item itself.
- -->
+ <!-- Remove the ordering when Android can reorder the assist menu item
+ itself. -->
+ <group
+ android:id="@+id/select_action_menu_assist_items"
+ android:orderInCategory="1">
+ </group>
<group
android:id="@+id/select_action_menu_default_items">
<item
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/SelectionPopupController.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698