$OpenBSD: patch-ui_views_selection_controller_cc,v 1.3 2018/05/04 07:14:58 robert Exp $
--- ui/views/selection_controller.cc.orig.port	Sun Jan 15 11:16:20 2017
+++ ui/views/selection_controller.cc	Sun Jan 15 11:16:33 2017
@@ -20,7 +20,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
 
