| Index: chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarView.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarView.java b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarView.java
|
| index 8afbc92858fb3428ed77448fbb44d6cca1ce29ed..db0f8daf1c13d370f8ea8765614dd86781e57dda 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarView.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarView.java
|
| @@ -16,6 +16,11 @@ public interface InfoBarView extends InfoBarContainerLayout.Item {
|
| public void createContent(InfoBarLayout layout);
|
|
|
| /**
|
| + * Takes some action related to the InfoBar being closed.
|
| + */
|
| + public void onInfoBarClosed();
|
| +
|
| + /**
|
| * Takes some action related to the link being clicked.
|
| */
|
| public void onLinkClicked();
|
|
|