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

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

Issue 1741153002: Switch back to open image in new tab where applicable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 4 years, 9 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 d2e2f7c5ed41f6df70aca3681f33c973e1152dc7..477ac1ba7e76cc20323baeab0064065b72071c66 100644
--- a/chrome/android/java/res/menu/chrome_context_menu.xml
+++ b/chrome/android/java/res/menu/chrome_context_menu.xml
@@ -28,6 +28,8 @@
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"/>
<!-- Title is set in Java. Suppress lint warning about missing title. -->
<!--suppress MenuTitle -->
<item android:id="@+id/contextmenu_search_by_image" />
« 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