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

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: Context menu browser test to unit test and comments 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..29502bf2bc21b15d2ea6bcb3a97432331d56281b 100644
--- a/chrome/android/java/res/menu/chrome_context_menu.xml
+++ b/chrome/android/java/res/menu/chrome_context_menu.xml
@@ -20,6 +20,8 @@
android:title="@string/contextmenu_save_link" />
</group>
<group android:id="@+id/contextmenu_group_image">
+ <item android:id="@+id/contextmenu_reload_original_image"
Ted C 2015/05/15 21:01:07 Same comment as last time. Why is it still reload
megjablon 2015/05/15 22:25:27 Agreed. Just didn't want to cause confusing since
+ android:title="@string/contextmenu_reload_original_image"/>
<item android:id="@+id/contextmenu_save_image"
android:title="@string/contextmenu_save_image"/>
<item android:id="@+id/contextmenu_open_image"

Powered by Google App Engine
This is Rietveld 408576698