aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_chrome__switches.h
blob: 27e776688c4c70e38376395bc9a98d183d5c182a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/chrome_switches.h.orig	2017-06-05 19:03:03 UTC
+++ chrome/common/chrome_switches.h
@@ -352,7 +352,7 @@ extern const char kAllowNaClSocketAPI[];
 extern const char kEnableWaylandServer[];
 #endif
 
-#if defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
 extern const char kDisableInputImeAPI[];
 extern const char kEnableInputImeAPI[];
 #endif