$OpenBSD: patch-ui_views_selection_controller_cc,v 1.6 2021/04/16 18:15:07 robert Exp $

Index: ui/views/selection_controller.cc
--- ui/views/selection_controller.cc.orig
+++ ui/views/selection_controller.cc
@@ -26,7 +26,7 @@ SelectionController::SelectionController(SelectionCont
 // On Linux, update the selection clipboard on a text selection.
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
   set_handles_selection_clipboard(true);
 #endif
 
