summaryrefslogtreecommitdiffstats
path: root/src/core/profile_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/profile_qt.cpp')
-rw-r--r--src/core/profile_qt.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/core/profile_qt.cpp b/src/core/profile_qt.cpp
index 1355140e3..1e35f6966 100644
--- a/src/core/profile_qt.cpp
+++ b/src/core/profile_qt.cpp
@@ -72,10 +72,6 @@ ProfileQt::ProfileQt(ProfileAdapter *profileAdapter)
setupPrefService();
-#if defined(Q_OS_WIN)
- OSCrypt::Init(m_prefServiceAdapter.prefService());
-#endif
-
// Mark the context as live. This prevents the use-after-free DCHECK in
// AssertBrowserContextWasntDestroyed from being triggered when a new
// ProfileQt object is allocated at the same address as a previously
@@ -221,6 +217,11 @@ content::StorageNotificationService *ProfileQt::GetStorageNotificationService()
return nullptr;
}
+content::ReduceAcceptLanguageControllerDelegate *ProfileQt::GetReduceAcceptLanguageControllerDelegate()
+{
+ return nullptr;
+}
+
#if QT_CONFIG(webengine_spellchecker)
void ProfileQt::FailedToLoadDictionary(const std::string &language)
{