diff options
author | jeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 22:33:09 +0000 |
---|---|---|
committer | jeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 22:33:09 +0000 |
commit | 8412a04f7e220a6fdf68f63cc363cfe56caaa280 (patch) | |
tree | af68fabdc8de87196a53fa82b3cf6b4a9655dd6c /chrome/browser/ui/fullscreen_exit_bubble.cc | |
parent | 023b0604037f4c3833f34cea0ebbb4553a0dfada (diff) | |
download | chromium_src-8412a04f7e220a6fdf68f63cc363cfe56caaa280.zip chromium_src-8412a04f7e220a6fdf68f63cc363cfe56caaa280.tar.gz chromium_src-8412a04f7e220a6fdf68f63cc363cfe56caaa280.tar.bz2 |
Bump FullscreenExitBubble initial delay to 3.8s. This is so we can be more certain that the user has seen the instructions for how to escape fullscreen.
This is a temporary UI change for M15, pending completion of the final UI for content-initiated fullscreen mode in M16.
Review URL: http://codereview.chromium.org/7895001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101174 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/fullscreen_exit_bubble.cc')
-rw-r--r-- | chrome/browser/ui/fullscreen_exit_bubble.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/fullscreen_exit_bubble.cc b/chrome/browser/ui/fullscreen_exit_bubble.cc index be3db4e..a394d90 100644 --- a/chrome/browser/ui/fullscreen_exit_bubble.cc +++ b/chrome/browser/ui/fullscreen_exit_bubble.cc @@ -9,7 +9,7 @@ const double FullscreenExitBubble::kOpacity = 0.7; const int FullscreenExitBubble::kPaddingPx = 8; -const int FullscreenExitBubble::kInitialDelayMs = 2300; +const int FullscreenExitBubble::kInitialDelayMs = 3800; const int FullscreenExitBubble::kIdleTimeMs = 2300; const int FullscreenExitBubble::kPositionCheckHz = 10; const int FullscreenExitBubble::kSlideInRegionHeightPx = 4; |