diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2024-11-05 07:31:22 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2024-11-05 07:31:43 +0100 |
commit | dd7deaddf4833301ef5aeb96dfa91faa88b03f3b (patch) | |
tree | 6ae923f1980c1caf058a106f0344eff61122df74 /www/iridium/files/patch-sandbox_policy_switches.cc | |
parent | biology/seqkit: update 2.8.2 → 2.9.0 (diff) |
www/iridium: update to 2024.10.130.1
Diffstat (limited to 'www/iridium/files/patch-sandbox_policy_switches.cc')
-rw-r--r-- | www/iridium/files/patch-sandbox_policy_switches.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/iridium/files/patch-sandbox_policy_switches.cc b/www/iridium/files/patch-sandbox_policy_switches.cc index 00e23f8e43cb..ad0935b4d64f 100644 --- a/www/iridium/files/patch-sandbox_policy_switches.cc +++ b/www/iridium/files/patch-sandbox_policy_switches.cc @@ -1,6 +1,6 @@ ---- sandbox/policy/switches.cc.orig 2024-08-01 05:47:53 UTC +--- sandbox/policy/switches.cc.orig 2024-11-04 08:56:03 UTC +++ sandbox/policy/switches.cc -@@ -54,10 +54,10 @@ const char kWindowsSystemProxyResolverSandbox[] = "pro +@@ -55,10 +55,10 @@ const char kWindowsSystemProxyResolverSandbox[] = "pro const char kMirroringSandbox[] = "mirroring"; #endif // BUILDFLAG(IS_MAC) @@ -13,7 +13,7 @@ const char kHardwareVideoEncodingSandbox[] = "hardware_video_encoding"; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -97,7 +97,9 @@ const char kGpuSandboxFailuresFatal[] = "gpu-sandbox-f +@@ -98,7 +98,9 @@ const char kGpuSandboxFailuresFatal[] = "gpu-sandbox-f // Meant to be used as a browser-level switch for testing purposes only. const char kNoSandbox[] = "no-sandbox"; |