Commit d7cf94cf authored by Gregory Chatzinoff's avatar Gregory Chatzinoff Committed by Commit Bot

Change duration of bubble promotions to 4 seconds.

Bug: 778051
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: If5aea1c4412721a7b1bc549a3d14f52bd3de73bb
Reviewed-on: https://chromium-review.googlesource.com/809783Reviewed-by: default avataredchin <edchin@chromium.org>
Commit-Queue: Gregory Chatzinoff <gchatz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521953}
parent fa65dc60
......@@ -16,7 +16,7 @@
namespace {
// How long, in seconds, the bubble is visible on the screen.
const NSTimeInterval kBubbleVisibilityDuration = 3.0;
const NSTimeInterval kBubbleVisibilityDuration = 4.0;
// How long, in seconds, the user should be considered engaged with the bubble
// after the bubble first becomes visible.
const NSTimeInterval kBubbleEngagementDuration = 30.0;
......
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