diff --git a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainerView.java b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainerView.java index 4bf2ab24021ab2d6fe1701aa603a3c0e27e15f0c..00902c138f9c8223381a396042ba9803f80a62ce 100644 --- a/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainerView.java +++ b/chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainerView.java @@ -86,6 +86,7 @@ public class InfoBarContainerView extends SwipableOverlayView * @param isTablet Whether this view is displayed on tablet or not. * @deprecated Please use the constructor with the EdgeToEdgeSupplier. */ + /* @Deprecated InfoBarContainerView( Context context, @@ -94,6 +95,7 @@ public class InfoBarContainerView extends SwipableOverlayView boolean isTablet) { this(context, containerViewObserver, browserControlsStateProvider, null, isTablet); } + */ /** * @param context The {@link Context} that this view is attached to.