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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java

Issue 2689643002: Load original image should be allowed on all context menus (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java b/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java
index f8e59772ff82c075bae7cd585366edb6e2593c0e..bf752e3ea1002fcd33d3a72c980ce8a23f4617c3 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java
@@ -56,6 +56,7 @@ public class ChromeContextMenuPopulator implements ContextMenuPopulator {
R.id.contextmenu_add_to_contacts,
R.id.contextmenu_copy,
R.id.contextmenu_copy_link_text,
+ R.id.contextmenu_load_original_image,
R.id.contextmenu_save_link_as,
R.id.contextmenu_save_image,
R.id.contextmenu_share_image,
@@ -69,7 +70,6 @@ public class ChromeContextMenuPopulator implements ContextMenuPopulator {
R.id.contextmenu_open_in_other_window,
R.id.contextmenu_open_in_incognito_tab,
R.id.contextmenu_save_link_as,
- R.id.contextmenu_load_original_image,
R.id.contextmenu_open_image_in_new_tab,
R.id.contextmenu_search_by_image,
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698