Index: sandbox/policy/mojom/sandbox.mojom
--- sandbox/policy/mojom/sandbox.mojom.orig
+++ sandbox/policy/mojom/sandbox.mojom
@@ -68,6 +68,12 @@ enum Sandbox {
   // Minimally privileged sandbox on Fuchsia.
   [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] kIconReader,
