Commit 1508b8b5 authored by tedchoc's avatar tedchoc Committed by Commit bot

[Android] Default allow infobars to hide on scroll.

Accidentally disabled in:
https://codereview.chromium.org/968453002

BUG=452614

Review URL: https://codereview.chromium.org/989783002

Cr-Commit-Position: refs/heads/master@{#319640}
parent 30fc31d1
...@@ -41,7 +41,7 @@ public class InfoBarContainer extends SwipableOverlayView { ...@@ -41,7 +41,7 @@ public class InfoBarContainer extends SwipableOverlayView {
private static final int TAB_STRIP_AND_TOOLBAR_HEIGHT_TABLET_DP = 96; private static final int TAB_STRIP_AND_TOOLBAR_HEIGHT_TABLET_DP = 96;
/** WHether or not the InfoBarContainer is allowed to hide when the user scrolls. */ /** WHether or not the InfoBarContainer is allowed to hide when the user scrolls. */
private static boolean sIsAllowedToAutoHide; private static boolean sIsAllowedToAutoHide = true;
/** /**
* A listener for the InfoBar animation. * A listener for the InfoBar animation.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment