Files
brave-core/patches/chrome-browser-ui-tabs-tab_model.cc.patch
T

14 lines
767 B
Diff

diff --git a/chrome/browser/ui/tabs/tab_model.cc b/chrome/browser/ui/tabs/tab_model.cc
index 6ab3aad01c451e09c5f2e545d3bfd5b1c369cf3e..6e2a1001f6cb4103d7fc9c8560aaa6687fde987d 100644
--- a/chrome/browser/ui/tabs/tab_model.cc
+++ b/chrome/browser/ui/tabs/tab_model.cc
@@ -80,7 +80,7 @@ TabModel::TabModel(std::unique_ptr<content::WebContents> contents,
// TODO(https://crbug.com/362038317): Tab-helpers should be created in exactly
// one place, which is here.
TabHelpers::AttachTabHelpers(contents_);
- tab_features_ = std::make_unique<TabFeatures>();
+ tab_features_ = std::make_unique<BraveTabFeatures>();
const SessionID session_id = sessions::SessionTabHelper::IdForTab(contents_);
CHECK(session_id.is_valid());
SetSessionId(session_id.id());