summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_chrome__switches.cc
blob: 3bf36d0d3eeabc6453cb09656a66fe19f3eda75f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/chrome_switches.cc.orig	2017-06-05 19:03:03 UTC
+++ chrome/common/chrome_switches.cc
@@ -1144,7 +1144,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