| 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 d706104b17231272519d567dfe21eddb4af9ce0c..e5d22532274633f58e29b15d31807ed2f38537b3 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
|
| @@ -30,6 +30,13 @@ public interface ChromeContextMenuItemDelegate {
|
| boolean canLoadOriginalImage();
|
|
|
| /**
|
| + * Returns whether or not the Data Reduction Proxy is enabled for input url.
|
| + * @param url Input url to check for the Data Reduction Proxy setting.
|
| + * @return true if the Data Reduction Proxy is enabled for the url.
|
| + */
|
| + boolean isDataReductionProxyEnabledForURL(String url);
|
| +
|
| + /**
|
| * Called when the context menu is trying to start a download.
|
| * @param url Url of the download item.
|
| * @param isLink Whether or not the download is a link (as opposed to an image/video).
|
|
|