-
Notifications
You must be signed in to change notification settings - Fork 884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues/2601 #1134
Issues/2601 #1134
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only returns first result when calling GetAds, i.e. try category as "arts & entertainment"
0.60.x ce8ffcb |
This fixes 2601? |
@rebron confirmed |
@@ -203,13 +203,14 @@ std::string LoadOnFileTaskRunner( | |||
} | |||
|
|||
std::vector<ads::AdInfo> GetAdsForCategoryOnFileTaskRunner( | |||
const std::string region, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how granular are the regions? we want to avoid having users uniquely identifiable by region + category
Fix brave/brave-browser#2601
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) ongit rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: