Android: Move remaining fullscreen tasks to FullscreenHtmlApiHandler
This CL moves the remaining fullscreen enter/exit-related tasks to FullscreenHtmlApiHandler. ChromeFullscreenManager is still the receiver of the requests but simply relays the call to the handler. Added another method |onEnterFullscreen| FullscreenManager interface. This is used by TabWebContentsDelegateAndroid to process the fullscreen initiation flow. Follow-up CL will split ChromeFullscreenManager and route the initiation/termination flow directly to the handler. Bug: 966272 Change-Id: I86b3ad0ee027cde26144469a262737711825cd15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245170 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#779628}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment