-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fullscreen browser overrides when no tab is present.
If a client requests the top controls be made visible via the BrowserStateBrowserControlsVisibilityDelegate but no tabs are available, the fullscreen manager should force the controls to be visible anyway. This fixes an issue where you only have a single incognito tab, scroll off the top controls, then hit the close all incognito tabs notification. At this point, you are jumped back to the tab switcher but the controls were not being shown without this additional logic. BUG=675518 Review-Url: https://codereview.chromium.org/2647943002 Cr-Original-Commit-Position: refs/heads/master@{#445157} Review-Url: https://codereview.chromium.org/2642263005 . Cr-Commit-Position: refs/branch-heads/2987@{#8} Cr-Branched-From: ad51088-refs/heads/master@{#444943}
- Loading branch information
Ted Choc
committed
Jan 20, 2017
1 parent
4815b3f
commit 4431066
Showing
3 changed files
with
36 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters