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

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: newt's nits 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
« 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 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"
- android:title="@string/contextmenu_copy_image_url"/>
</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