$OpenBSD: patch-chrome_browser_ui_startup_startup_browser_creator_cc,v 1.22 2017/03/14 12:18:53 robert Exp $
--- chrome/browser/ui/startup/startup_browser_creator.cc.orig.port	Thu Mar  9 21:04:29 2017
+++ chrome/browser/ui/startup/startup_browser_creator.cc	Fri Mar 10 07:46:20 2017
@@ -95,7 +95,7 @@
 #include "components/user_manager/user_manager.h"
 #endif
 
-#if defined(TOOLKIT_VIEWS) && defined(OS_LINUX)
+#if defined(TOOLKIT_VIEWS) && (defined(OS_LINUX) || defined(OS_BSD))
 #include "ui/events/devices/x11/touch_factory_x11.h"  // nogncheck
 #endif
 
@@ -657,8 +657,10 @@ bool StartupBrowserCreator::ProcessCmdLineImpl(
   }
 #endif  // OS_CHROMEOS
 
+#if 0 /* XXX */
 #if defined(TOOLKIT_VIEWS) && defined(USE_X11)
   ui::TouchFactory::SetTouchDeviceListFromCommandLine();
+#endif
 #endif
 
 #if defined(OS_MACOSX)
