Commit b7c1142a authored by twellington's avatar twellington Committed by Commit bot

Increase the tab closure timeout for accessibility

Increase the tab closure timeout for accessibility to
allow enough time for the 'Reopen Closed Tab' text
to be read and the user to take action.

BUG=528386

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

Cr-Commit-Position: refs/heads/master@{#357108}
parent 3c55da5f
......@@ -41,7 +41,7 @@ public class AccessibilityTabModelListItem extends FrameLayout implements OnClic
private static final int CLOSE_ANIMATION_DURATION_MS = 100;
private static final int DEFAULT_ANIMATION_DURATION_MS = 300;
private static final int VELOCITY_SCALING_FACTOR = 150;
private static final int CLOSE_TIMEOUT_MS = 2000;
private static final int CLOSE_TIMEOUT_MS = 4000;
private int mCloseAnimationDurationMs;
private int mDefaultAnimationDurationMs;
......
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