| Index: chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuItemDelegate.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuItemDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuItemDelegate.java
|
| index 96d88b7b3a16bf498f6559f7e08a3605b1258c93..918ba3d3b8f68955de702ebedb7d5ab456543f48 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuItemDelegate.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuItemDelegate.java
|
| @@ -63,6 +63,11 @@ public interface ChromeContextMenuItemDelegate {
|
| void onOpenImageInNewTab(String url, Referrer referrer);
|
|
|
| /**
|
| + * Called when the original image should be reloaded.
|
| + */
|
| + void onReloadOriginalImage();
|
| +
|
| + /**
|
| * Called when the {@code text} should be saved to the clipboard.
|
| * @param text The text to save to the clipboard.
|
| * @param isUrl Whether or not the text is a URL.
|
|
|