$OpenBSD: patch-ui_views_selection_controller_cc,v 1.2 2019/05/10 21:55:40 robert Exp $
Index: ui/views/selection_controller.cc
--- ui/views/selection_controller.cc.orig
+++ ui/views/selection_controller.cc
@@ -21,7 +21,7 @@ SelectionController::SelectionController(SelectionCont
       delegate_(delegate),
       handles_selection_clipboard_(false) {
 // On Linux, update the selection clipboard on a text selection.
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
   set_handles_selection_clipboard(true);
 #endif
 
