Skip to content

Commit

Permalink
[ads] AdsTabHelper browser test code health
Browse files Browse the repository at this point in the history
  • Loading branch information
tmancey committed Oct 9, 2024
1 parent 0cf87f4 commit 01f80be
Show file tree
Hide file tree
Showing 8 changed files with 695 additions and 173 deletions.
3 changes: 1 addition & 2 deletions browser/brave_ads/tabs/ads_tab_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ void AdsTabHelper::MaybeNotifyTabHtmlContentDidChange() {
// for Brave Rewards users. However, we must notify that the tab content has
// changed with empty HTML to ensure that regular conversions are processed.
return ads_service_->NotifyTabHtmlContentDidChange(
/*tab_id=*/session_id_.id(), redirect_chain_,
/*html=*/"");
/*tab_id=*/session_id_.id(), redirect_chain_, /*html=*/"");
}

// Only utilized for verifiable conversions, which requires the user to have
Expand Down
Loading

0 comments on commit 01f80be

Please sign in to comment.