| Index: chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellTab.java
|
| diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellTab.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellTab.java
|
| index 3c24f42adc08d2fbe7cc9e950a6183370522246f..1464ed69c1123dca3b899029239a32291936f3c7 100644
|
| --- a/chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellTab.java
|
| +++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/TestShellTab.java
|
| @@ -15,6 +15,7 @@ import org.chromium.chrome.browser.infobar.AutoLoginProcessor;
|
| import org.chromium.content.browser.ContentView;
|
| import org.chromium.content.browser.ContentViewClient;
|
| import org.chromium.content.browser.LoadUrlParams;
|
| +import org.chromium.content_public.Referrer;
|
| import org.chromium.ui.base.WindowAndroid;
|
|
|
| /**
|
| @@ -102,7 +103,7 @@ public class TestShellTab extends Tab {
|
| protected ContextMenuPopulator createContextMenuPopulator() {
|
| return new ChromeContextMenuPopulator(new TabChromeContextMenuItemDelegate() {
|
| @Override
|
| - public void onOpenImageUrl(String url) {
|
| + public void onOpenImageUrl(String url, Referrer referrer) {
|
| loadUrlWithSanitization(url);
|
| }
|
| });
|
|
|