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

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

Issue 1404793006: Remove certain context menu items for images. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable testSaveVideo again Created 5 years, 2 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 4306864f4501e2517d8ac808089c284884705e37..bf49f8bbe330e0cc4847f6c7a3154e2aa0fcf10c 100644
--- a/chrome/android/java/res/menu/chrome_context_menu.xml
+++ b/chrome/android/java/res/menu/chrome_context_menu.xml
@@ -28,14 +28,6 @@
android:title="@string/contextmenu_save_image"/>
<item android:id="@+id/contextmenu_open_image"
android:title="@string/contextmenu_open_image"/>
- <item android:id="@+id/contextmenu_open_image_in_new_tab"
- android:title="@string/contextmenu_open_image_in_new_tab"/>
- <item android:id="@+id/contextmenu_open_original_image_in_new_tab"
- android:title="@string/contextmenu_open_original_image_in_new_tab"/>
- <item android:id="@+id/contextmenu_copy_image"
- android:title="@string/contextmenu_copy_image"/>
- <item android:id="@+id/contextmenu_copy_image_url"
newt (away) 2015/10/15 02:50:48 Do we want to get rid of copy image URL before we
aurimas (slooooooooow) 2015/10/15 16:25:35 You can still access it by tapping "open image".
- android:title="@string/contextmenu_copy_image_url"/>
</group>
<group android:id="@+id/contextmenu_group_video">
<item android:id="@+id/contextmenu_save_video"

Powered by Google App Engine
This is Rietveld 408576698