$OpenBSD: patch-content_browser_media_media_internals_cc,v 1.23 2019/09/23 07:18:04 robert Exp $
Index: content/browser/media/media_internals.cc
--- content/browser/media/media_internals.cc.orig
+++ content/browser/media/media_internals.cc
@@ -506,7 +506,7 @@ void MediaInternals::UpdateVideoCaptureDeviceCapabilit
     device_dict->SetString("name", descriptor.GetNameAndModel());
     device_dict->Set("formats", std::move(format_list));
 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || \
-    defined(OS_ANDROID)
+    defined(OS_ANDROID) || defined(OS_BSD)
     device_dict->SetString("captureApi", descriptor.GetCaptureApiTypeString());
 #endif
     video_capture_capabilities_cached_data_.Append(std::move(device_dict));
