Android: Ensure favicon on preview tabs gets updated properly
This CL fixes a bug that does not update the favicon when navigation takes places in the preview tab. Preview tab overrides OverlayContentDelegate to receive the event for navigation and updates URL accordingly. For this to work, Ephemeral Tab should observe FaviconDriverObserver to get notified of a new favicon in case the navigated page is new, with no corresponding favicon available in a local db. This also fixes another bug that doesn't display the right favicon for any new pages on it. Bug: 968364 Change-Id: I75ab428f9bcc42c7d28bc832a858d2707d1b1c4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638305 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:Donn Denman <donnd@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#665313}
Showing
Please register or sign in to comment