aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_chrome__switches.cc
blob: 8d79e0decf468e56509afb8d2b80ede05ac71885 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/chrome_switches.cc.orig	2017-01-26 00:49:09 UTC
+++ chrome/common/chrome_switches.cc
@@ -1263,7 +1263,7 @@ const char kAllowNaClSocketAPI[]        
 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