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

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

Issue 398803002: Context menu for image is not having any option to copy image URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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..21ee81b598809bbb801a4ae22c5af74308b845eb 100644
--- a/chrome/android/java/res/menu/chrome_context_menu.xml
+++ b/chrome/android/java/res/menu/chrome_context_menu.xml
@@ -32,6 +32,8 @@
tools:ignore="MenuTitle" />
<item android:id="@+id/contextmenu_copy_image"
android:title="@string/contextmenu_copy_image"/>
+ <item android:id="@+id/contextmenu_copy_image_address"
+ android:title="@string/contextmenu_copy_image_address"/>
</group>
<group android:id="@+id/contextmenu_group_video">
<item android:id="@+id/contextmenu_save_video"

Powered by Google App Engine
This is Rietveld 408576698