$OpenBSD: patch-chrome_browser_media_webrtc_webrtc_logging_handler_host_h,v 1.2 2019/09/23 07:18:03 robert Exp $

Index: chrome/browser/media/webrtc/webrtc_logging_handler_host.h
--- chrome/browser/media/webrtc/webrtc_logging_handler_host.h.orig
+++ chrome/browser/media/webrtc/webrtc_logging_handler_host.h
@@ -154,7 +154,7 @@ class WebRtcLoggingHandlerHost : public base::Supports
                          size_t web_app_id,
                          const StartEventLoggingCallback& callback);
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
   // Ensures that the WebRTC Logs directory exists and then grants render
   // process access to the 'WebRTC Logs' directory, and invokes |callback| with
   // the ids necessary to create a DirectoryEntry object.
@@ -215,7 +215,7 @@ class WebRtcLoggingHandlerHost : public base::Supports
       bool success,
       const std::string& error_message);
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
   // Grants the render process access to the 'WebRTC Logs' directory, and
   // invokes |callback| with the ids necessary to create a DirectoryEntry
   // object. If the |logs_path| couldn't be created or found, |error_callback|
