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

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

Issue 1105263004: "Load image" context menu item to reload a LoFi image. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: All comments and move Chrome-Proxy logic outside of content/ Created 5 years, 7 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 c7256088b4b9240aac0cf8b839062ec1663ba286..02adaa31257eeda93bd281dc66c5448b43b03980 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_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_reload_original_image"
Ted C 2015/05/14 00:37:59 shouldn't this just be "load original image"? It
megjablon 2015/05/14 19:26:25 There was an original request for the image which
+ android:title="@string/contextmenu_reload_original_image"/>
<!-- Title is set in Java. Suppress lint warning about missing title. -->
<item xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/contextmenu_search_by_image"

Powered by Google App Engine
This is Rietveld 408576698