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

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

Issue 583593002: Changed 'copy link address' to 'copy email address' for mailto schemes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated review comments Created 6 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
« 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 abeeea210130c579e08c0d9d6869f1178c720c65..c7256088b4b9240aac0cf8b839062ec1663ba286 100644
--- a/chrome/android/java/res/menu/chrome_context_menu.xml
+++ b/chrome/android/java/res/menu/chrome_context_menu.xml
@@ -12,6 +12,8 @@
android:title="@string/contextmenu_open_in_incognito_tab"/>
<item android:id="@+id/contextmenu_copy_link_address_text"
android:title="@string/contextmenu_copy_link_address"/>
+ <item android:id="@+id/contextmenu_copy_email_address"
+ android:title="@string/contextmenu_copy_email_address"/>
<item android:id="@+id/contextmenu_copy_link_text"
android:title="@string/contextmenu_copy_link_text"/>
<item android:id="@+id/contextmenu_save_link_as"
« 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