Android: Remove Tab.getControlsOffsetHelper()
Now that TabBrowserControlsOffsetHelper object can now be obtained from TabBrowserControlsOffsetHelper.from(Tab), this CL removes the API from Tab class. Also, |FullscreenManager.setTab()| takes over the task of updating the offsethelper from Tab. Tab still has a reference to offset helper object, which will go away in a couple of more CLs that move all the related tasks out of Tab. Bug: 877878 Change-Id: I416230b59ca5704c055fca6b5eb89561f62d4a07 Reviewed-on: https://chromium-review.googlesource.com/1205971Reviewed-by:Ted Choc <tedchoc@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#589410}
Showing
Please register or sign in to comment