diff options
Diffstat (limited to 'src/core/profile_qt.h')
| -rw-r--r-- | src/core/profile_qt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/profile_qt.h b/src/core/profile_qt.h index 2f8ff3255..9fb8cb444 100644 --- a/src/core/profile_qt.h +++ b/src/core/profile_qt.h @@ -56,13 +56,14 @@ public: content::PlatformNotificationService *GetPlatformNotificationService() override; std::string GetMediaDeviceIDSalt() override; content::FileSystemAccessPermissionContext *GetFileSystemAccessPermissionContext() override; + content::ReduceAcceptLanguageControllerDelegate *GetReduceAcceptLanguageControllerDelegate() override; // Profile implementation: PrefService *GetPrefs() override; const PrefService *GetPrefs() const override; bool IsNewProfile() const override; - void Initialize(); + void DoFinalInit(); ProfileAdapter *profileAdapter() { return m_profileAdapter; } #if QT_CONFIG(webengine_spellchecker) |
