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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.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/InfoBarContainer.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java
index 5e3f89ab94ea4569e070d31fd46354efabccf4a7..f13c8ffd5cb88d488b9a19b07ffb2ad17a3360a7 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java
@@ -93,13 +93,6 @@ public class InfoBarContainer extends SwipableOverlayView {
int statusCode) {
setIsObscuredByOtherView(false);
}
-
- @Override
- public void onReparentingFinished(Tab tab) {
- for (InfoBar infobar : mInfoBars) {
- infobar.onTabReparented(tab);
- }
- }
};
private final InfoBarContainerLayout mLayout;

Powered by Google App Engine
This is Rietveld 408576698