Clean up the notification bridge for offline pages. |
|
Issue descriptionIn https://chromium-review.googlesource.com/c/chromium/src/+/1103549, in order to fix the notification bug a temporary fix is used. We should investigate to see if it's possible to have a cleaner/more generic way to hide notifications from the UI and avoid unimportant updates. (In this case the update invoked by Prefetched pages with their thumbnail updated. Possible ways: - Introduce a new method in observer interface for thumbnail updates. - Have a more generalized way to identify uninterested offline items and avoid showing notification for them.
,
Aug 31
I think this can be fixed by adding a new field in OfflineItem for shouldNotify. If false, then don't update notifications for the item at all... |
|
►
Sign in to add a comment |
|
Comment 1 by petewil@chromium.org
, Jul 16Status: Available (was: Untriaged)