[Tabs]: We should subclass TabFeatures with a new BraveTabFeatures
class to make it easier to add new features
#43437
Labels
BraveTabFeatures
class to make it easier to add new features
#43437
Upstream has changed their recommended best practices, so we shouldn't be introducing any new
TabHelpers
. This will make doing things the new way much simpler in Brave.https://chromium.googlesource.com/chromium/src/+/refs/tags/128.0.6613.5/docs/chrome_browser_design_principles.md
At its most simple level:
unique_ptr<YourClass>
to the TabFeaturesThe text was updated successfully, but these errors were encountered: