aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_chrome__switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_common_chrome__switches.cc')
-rw-r--r--www/chromium/files/patch-chrome_common_chrome__switches.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.cc b/www/chromium/files/patch-chrome_common_chrome__switches.cc
new file mode 100644
index 000000000000..3050c72e4ca8
--- /dev/null
+++ b/www/chromium/files/patch-chrome_common_chrome__switches.cc
@@ -0,0 +1,11 @@
+--- chrome/common/chrome_switches.cc.orig 2016-05-25 15:00:58.000000000 -0400
++++ chrome/common/chrome_switches.cc 2016-05-27 09:57:28.188798000 -0400
+@@ -1298,7 +1298,7 @@
+ "tab-management-experiment-type-elderberry";
+ #endif // defined(OS_ANDROID)
+
+-#if defined(OS_WIN) || defined(OS_LINUX)
++#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
+ extern const char kEnableInputImeAPI[] = "enable-input-ime-api";
+ extern const char kDisableInputImeAPI[] = "disable-input-ime-api";
+ #endif