diff options
Diffstat (limited to 'src/core/profile_qt.h')
-rw-r--r-- | src/core/profile_qt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/profile_qt.h b/src/core/profile_qt.h index 61453e426..8e6bacc3a 100644 --- a/src/core/profile_qt.h +++ b/src/core/profile_qt.h @@ -89,6 +89,7 @@ public: content::BrowsingDataRemoverDelegate *GetBrowsingDataRemoverDelegate() override; content::ClientHintsControllerDelegate *GetClientHintsControllerDelegate() override; content::StorageNotificationService *GetStorageNotificationService() override; + content::PlatformNotificationService *GetPlatformNotificationService() override; std::string GetMediaDeviceIDSalt() override; // Profile implementation: @@ -98,8 +99,6 @@ public: void Initialize(); ProfileAdapter *profileAdapter() { return m_profileAdapter; } - content::PlatformNotificationService *platformNotificationService(); - #if QT_CONFIG(webengine_spellchecker) void FailedToLoadDictionary(const std::string &language) override; #endif @@ -114,7 +113,6 @@ public: PrefServiceAdapter &prefServiceAdapter(); const PrefServiceAdapter &prefServiceAdapter() const; - bool ensureDirectoryExists(); private: std::unique_ptr<BrowsingDataRemoverDelegateQt> m_removerDelegate; |