Route PPBR export directory policy through platform services

This commit is contained in:
2026-06-04 18:01:50 +02:00
parent 148aceb705
commit 52cf7628da
10 changed files with 64 additions and 14 deletions

View File

@@ -455,6 +455,15 @@ public:
return pp::platform::default_disables_network_tls_verification();
}
[[nodiscard]] bool uses_ppbr_export_data_directory_override() override
{
#if defined(__OSX__)
return true;
#else
return false;
#endif
}
[[nodiscard]] bool supports_sonarpen() override
{
#if __IOS__