DescriptionStop FaviconHandler from querying GetActiveFaviconValidity() part 2/2
Remove the GetActiveFaviconValidity() check in
FaviconHandler::OnFaviconDataForInitialURLFromFaviconService().
- Calling NotifyFaviconAvailable() on non-Android is inexpensive.
- GetActiveFaviconValidity() is only true during back and forward navigations.
- Android already ignores GetActiveFaviconValidity()
Android Java solely uses the notifications fired from NotifyFaviconAvailable()
to determine a page's favicon. It needs to get notifications to update the
page's favicon as a result of back and forward notifications
BUG=517089
Committed: https://crrev.com/f1b2f5e47074c52c24411f4b90d32396cca4c73f
Cr-Commit-Position: refs/heads/master@{#354026}
Patch Set 1 : #
Total comments: 2
Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 16 (7 generated)
|