-
Notifications
You must be signed in to change notification settings - Fork 872
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
Publishers can now be included and excluded #591
Publishers can now be included and excluded #591
Conversation
needs a rebase |
Rebased. |
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.
../../brave/components/brave_rewards/browser/rewards_service_impl.h:113:8: error: 'brave_rewards::RewardsServiceImpl::SetContributionAutoInclude' hides overloaded virtual function [-Werror,-Woverloaded-virtual]
void SetContributionAutoInclude(
^
../../brave/vendor/bat-native-ledger/include/bat/ledger/ledger_client.h:120:16: note: hidden overloaded virtual function 'ledger::LedgerClient::SetContributionAutoInclude' declared here: different number of parameters (3 vs 2)
virtual void SetContributionAutoInclude(
^
../../brave/components/brave_rewards/browser/rewards_service_factory.cc:47:11: error: allocating an object of abstract class type 'brave_rewards::RewardsServiceImpl'
new RewardsServiceImpl(Profile::FromBrowserContext(context)));
^
../../brave/vendor/bat-native-ledger/include/bat/ledger/ledger_client.h:120:16: note: unimplemented pure virtual method 'SetContributionAutoInclude' in 'RewardsServiceImpl'
virtual void SetContributionAutoInclude(
^
2 errors generated.
[14/350] CXX obj/content/browser/browser/browser_context.o^C
It's not building for me
brave-intl/bat-native-ledger#144 goes with it. |
wip - debugging wip - wip - wip - include_switch linting clean up debugging Brackets for reducer switch case clean up debug lines linting for CI
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.
will create follow up that will handle all cases in the panel brave/brave-browser#1797
Publishers can now be included and excluded
Publishers can now be included and excluded
Publishers can now be included and excluded
Publishers can now be included and excluded
Resolves brave/brave-browser#1283
Ledger native brave-intl/bat-native-ledger#144
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:
Toggle switch currently does not slide and will be handled in future PR.(Based on native and script type mismatches)
Reviewer Checklist: