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

Unified Diff: chrome/android/java/res/menu/chrome_context_menu.xml

Issue 397993002: [WIP]Incorrect context menu is shown for tel: links Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor cleanup Created 6 years, 5 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 | chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuItemDelegate.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/menu/chrome_context_menu.xml
diff --git a/chrome/android/java/res/menu/chrome_context_menu.xml b/chrome/android/java/res/menu/chrome_context_menu.xml
index 055cd2ac6c4e3344bd978fedf01b1747657126be..f58df86534f2d19ac7dbbce082ae8f342e9e6cd8 100644
--- a/chrome/android/java/res/menu/chrome_context_menu.xml
+++ b/chrome/android/java/res/menu/chrome_context_menu.xml
@@ -37,4 +37,14 @@
<item android:id="@+id/contextmenu_save_video"
android:title="@string/contextmenu_save_video"/>
</group>
+ <group android:id="@+id/contextmenu_group_tel">
+ <item android:id="@+id/contextmenu_call"
+ android:title="@string/contextmenu_call"/>
+ <item android:id="@+id/contextmenu_send_text_message"
+ android:title="@string/contextmenu_send_text_message"/>
+ <item android:id="@+id/contextmenu_add_to_contacts"
+ android:title="@string/contextmenu_add_to_contacts"/>
+ <item android:id="@+id/contextmenu_copy_phone_number"
+ android:title="@string/contextmenu_copy_phone_number"/>
+ </group>
</menu>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuItemDelegate.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698