blob: c6f835211ace396a4bf624b3fe7f4c516d608192 [file] [log] [blame] [view]
# Visibility Timer
`VisibilityTimerTabHelper` is a `WebContentsObserver` that executes a task after
the `WebContents` has been continuously visible for a set amount of time. If the
tab becomes hidden before the timer fires, the timer is reset. This is useful
for deferring non-critical actions until a user explicitly keeps a tab visible
for a given duration.