Files
Aleksei Seren b302d127d2 [CodeHealth] Use ScopedObservation in NTP Background Images code (#36726)
Replaces manual `AddObserver/RemoveObserver` pairs in `ViewCounterService`,
`NTPBackgroundImagesBridge`, and `NTPBackgroundImagesServiceWaiter` with
base::ScopedObservation so observer cleanup is automatic and the
lifecycle is consistent with the rest of the codebase.
2026-05-26 13:18:18 -05:00
..