1 --- chrome/browser/sharing/sharing_handler_registry_impl.cc.orig	2022-02-28 16:54:41 UTC
2 +++ chrome/browser/sharing/sharing_handler_registry_impl.cc
3 @@ -24,7 +24,7 @@
4  #endif  // BUILDFLAG(IS_ANDROID)
5 
6  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
7 -    BUILDFLAG(IS_CHROMEOS)
8 +    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
9  #include "chrome/browser/sharing/shared_clipboard/remote_copy_message_handler.h"
10  #endif  // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || (BUILDFLAG(IS_LINUX) ||
11          // BUILDFLAG(IS_CHROMEOS_LACROS)) BUILDFLAG(IS_CHROMEOS)
12 @@ -77,7 +77,7 @@ SharingHandlerRegistryImpl::SharingHandlerRegistryImpl
13    }
14 
15  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
16 -    BUILDFLAG(IS_CHROMEOS)
17 +    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
18    if (sharing_device_registration->IsRemoteCopySupported()) {
19      AddSharingHandler(
20          std::make_unique<RemoteCopyMessageHandler>(profile),
21