$OpenBSD: patch-chrome_common_chrome_switches_cc,v 1.27 2017/03/14 12:18:53 robert Exp $
--- chrome/common/chrome_switches.cc.orig.port	Thu Mar  9 21:04:29 2017
+++ chrome/common/chrome_switches.cc	Fri Mar 10 07:46:20 2017
@@ -1165,7 +1165,7 @@ const char kAllowNaClSocketAPI[]            = "allow-n
 const char kEnableWaylandServer[] = "enable-wayland-server";
 #endif
 
-#if defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
 extern const char kDisableInputImeAPI[] = "disable-input-ime-api";
 extern const char kEnableInputImeAPI[] = "enable-input-ime-api";
 #endif
