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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/profile_qt.cpp b/src/core/profile_qt.cpp
index f87247fe6..3d3baa0d7 100644
--- a/src/core/profile_qt.cpp
+++ b/src/core/profile_qt.cpp
@@ -216,6 +216,11 @@ content::ClientHintsControllerDelegate *ProfileQt::GetClientHintsControllerDeleg
return nullptr;
}
+content::StorageNotificationService *ProfileQt::GetStorageNotificationService()
+{
+ return nullptr;
+}
+
void ProfileQt::SetCorsOriginAccessListForOrigin(const url::Origin &source_origin,
std::vector<network::mojom::CorsOriginPatternPtr> allow_patterns,
std::vector<network::mojom::CorsOriginPatternPtr> block_patterns,