[aw] Fix crash when "misbehave" app exits fullscreen.
exitFullScreen() might be call without a prior call to enterFullScreen() if a "misbehave" app overrides onShowCustomView but does not add the custom view to the window. This fixes a crash by returning early from exitFullScreen in that case. BUG=408133 Review URL: https://codereview.chromium.org/501093007 Cr-Commit-Position: refs/heads/master@{#292165}
Showing
Please register or sign in to comment