aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h
blob: 9610755a3b77535b54fb8f5debe271b79ec66b3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- weblayer/browser/content_browser_client_impl.h.orig	2020-01-07 21:53:35 UTC
+++ weblayer/browser/content_browser_client_impl.h
@@ -80,12 +80,12 @@ class ContentBrowserClientImpl : public content::Conte
       base::OnceCallback<void(base::Optional<storage::QuotaSettings>)> callback)
       override;
 
-#if defined(OS_LINUX) || defined(OS_ANDROID)
+#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD)
   void GetAdditionalMappedFilesForChildProcess(
       const base::CommandLine& command_line,
       int child_process_id,
       content::PosixFileDescriptorInfo* mappings) override;
-#endif  // defined(OS_LINUX) || defined(OS_ANDROID)
+#endif  // defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD)
 
 #if defined(OS_ANDROID)
   bool ShouldOverrideUrlLoading(int frame_tree_node_id,