reloadButtonCoordinator - component that encapsulates interactions with a reload button. It only presents on tablet Related Chromium change: https://source.chromium.org/chromium/chromium/src/+/59fc77b83719670de5f45e057834add82fdbdb9d [Reload Button] Extract animations into MVC This CL extracts fade animation logic from location bar and moves it into the ReloadButtonCoordinator. This way model accurately represents the state of the view. Passing ReloadButtonCoordinator to ToolbarTablet is required because TopToolbarCoordinator doesn't have coordinators for other buttons yet, hence controlling animations in it is not possible. Bug: 402347979 Change-Id: Ic80ec34ef27e6e426c274f5d9615c74aff7d4523 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6357763