| Index: chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java b/chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java
|
| index 11ab8e60cd1e04ea3e75e9a9a752aaccdcee9484..325b931bb00427aeae0fafdf75c8304f0900aae7 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/infobar/DataReductionProxyInfoBar.java
|
| @@ -31,18 +31,6 @@ public class DataReductionProxyInfoBar extends ConfirmInfoBar {
|
| DataReductionProxyInfoBarDelegate.launch(webContents, linkUrl);
|
| }
|
|
|
| - /**
|
| - * Use the method above instead. TODO(newt): delete this once all callers are updated.
|
| - */
|
| - public static void launch(WebContents webContents,
|
| - String unused1,
|
| - String unused2,
|
| - String title,
|
| - String linkText,
|
| - String linkUrl) {
|
| - launch(webContents, title, linkText, linkUrl);
|
| - }
|
| -
|
| DataReductionProxyInfoBar(long nativeInfoBar, int iconDrawableId) {
|
| super(nativeInfoBar, null, iconDrawableId, null, sTitle, sLinkText, null, null);
|
| }
|
|
|