Files
brave-core/patches/chrome-browser-profiles-profile_impl.cc.patch

13 lines
542 B
Diff

diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index b253e452ee4f8623550cdf0f7df1bed4101f1573..c7cd9a31ee831512f36205bd7718d2bed07141b8 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -576,6 +576,7 @@ void ProfileImpl::TakePrefsFromStartupData() {
CreateExtensionPrefStore(this, /*incognito_pref_store=*/false));
ProfileKeyStartupAccessor::GetInstance()->Reset();
+ BRAVE_PROFILE_IMPL_TAKE_PREFS_FROM_STARTUP_DATA
}
#endif