Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2924)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java

Issue 2493013002: Replace the use of WindowAndroid with Tab in permissions code. (Closed)
Patch Set: Comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java
index 1ad66551644f585a95fc4836747fe9935b6a0c37..95fb1c0086ac669e75f2cdb16688bee15e5e13ee 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBar.java
@@ -11,7 +11,6 @@ import android.widget.TextView;
import org.chromium.base.annotations.CalledByNative;
import org.chromium.chrome.R;
-import org.chromium.chrome.browser.tab.Tab;
/**
* The base class for all InfoBar classes.
@@ -100,11 +99,6 @@ public abstract class InfoBar implements InfoBarView {
}
/**
- * Called when the given tab has been reparented.
- */
- public void onTabReparented(Tab tab) { }
-
- /**
* Returns the View shown in this infobar. Only valid after createView() has been called.
*/
@Override

Powered by Google App Engine
This is Rietveld 408576698