aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h
blob: 4bb826cdf7f2573acff999ac1bb1c97cc6b3580c (plain) (tree)
1
2
3
4
5
6
7
8
                                                                                               
                                                           
                                                 


                                                                     

                                                                       


                                                                                
                                                 

                                                      
 

                                                                       


                                                                               
--- chrome/browser/media/webrtc/webrtc_logging_controller.h.orig	2024-01-30 07:53:34 UTC
+++ chrome/browser/media/webrtc/webrtc_logging_controller.h
@@ -133,7 +133,7 @@ class WebRtcLoggingController
                          size_t web_app_id,
                          const StartEventLoggingCallback& callback);
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_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.
@@ -197,7 +197,7 @@ class WebRtcLoggingController
 
   content::BrowserContext* GetBrowserContext() const;
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_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|