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

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

Issue 2619493006: [Android] Chagne items shown in context menu for tel link (Closed)
Patch Set: Solve conflicts of commit. Created 3 years, 11 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/ChromeContextMenuPopulator.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 5f334814e4fe49d081dc7503fee1cc336235a670..4591cdcefbbcb40a300c5f799db536c8040067b2 100644
--- a/chrome/android/java/res/menu/chrome_context_menu.xml
+++ b/chrome/android/java/res/menu/chrome_context_menu.xml
@@ -35,13 +35,15 @@
<item android:id="@+id/contextmenu_share_image"
android:title="@string/contextmenu_share_image"/>
</group>
- <group android:id="@+id/contextmenu_group_email">
+ <group android:id="@+id/contextmenu_group_message">
+ <item android:id="@+id/contextmenu_call"
+ android:title="@string/contextmenu_call"/>
<item android:id="@+id/contextmenu_send_message"
android:title="@string/contextmenu_send_message"/>
<item android:id="@+id/contextmenu_add_to_contacts"
android:title="@string/contextmenu_add_to_contacts"/>
- <item android:id="@+id/contextmenu_copy_email_address"
- android:title="@string/contextmenu_copy_email_address"/>
+ <item android:id="@+id/contextmenu_copy"
+ android:title="@string/contextmenu_copy"/>
</group>
<group android:id="@+id/contextmenu_group_video">
<item android:id="@+id/contextmenu_save_video"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698