You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we always create and init brave/browser/brave_ads/application_state/notification_helper/notification_helper_impl_*.cc even it's a clean profile.
As was investigated in #43964 and #43712 that API could result in some non-trivial work.
We should do this only when user is joined rewards.
The text was updated successfully, but these errors were encountered:
aseren
changed the title
[Ads, Perf] Create notification_helper_impl on demand
[Ads, Perf] Create notification_helper_impl only when user joined rewards
Feb 14, 2025
Currently, we always create and init
brave/browser/brave_ads/application_state/notification_helper/notification_helper_impl_*.cc
even it's a clean profile.As was investigated in #43964 and #43712 that API could result in some non-trivial work.
We should do this only when user is joined rewards.
The text was updated successfully, but these errors were encountered: