We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a follow up for brave/brave-core#3319. To be able to run something in TestingProfile's constructor, we introduced a one-line patch at https://github.com/brave/brave-core/blob/master/patches/chrome-test-base-testing_profile.cc.patch#L9, this issue is to track the work for removing it. A possible approach suggested by @bridiver is to create a subclass of Profile and do a chromium_src override to let TestingProfile inherit from it.
Profile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a follow up for brave/brave-core#3319.
To be able to run something in TestingProfile's constructor, we introduced a one-line patch at https://github.com/brave/brave-core/blob/master/patches/chrome-test-base-testing_profile.cc.patch#L9, this issue is to track the work for removing it.
A possible approach suggested by @bridiver is to create a subclass of
Profile
and do a chromium_src override to let TestingProfile inherit from it.The text was updated successfully, but these errors were encountered: