--- sandbox/policy/mojom/sandbox.mojom.orig 2024-10-16 21:31:37 UTC +++ sandbox/policy/mojom/sandbox.mojom @@ -80,6 +80,12 @@ enum Sandbox { [EnableIf=is_fuchsia] kVideoCapture, + [EnableIf=is_openbsd] + kVideoCapture, + + [EnableIf=is_freebsd] + kVideoCapture, + // Allows access to file contents and Windows APIs for parsing icons from PE // files. [EnableIf=is_win]