Files
brave-core/components/brave_ads/browser
Terry Mancey 898059b5a2 [ads] Unregister resource components on shutdown and opt-out (#36769)
Resource components were registered with the component updater but never
explicitly unregistered, causing it to keep downloading updates for
country and language models even after the ads service shut down or the
user opted out of notification ads. Components are now unregistered in
OnPrefChanged when the service becomes ineligible, and the language
component is additionally unregistered immediately when the user opts
out of notification ads while the service is still running.
2026-05-27 15:45:55 -05:00
..