summaryrefslogtreecommitdiff
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.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.cc b/www/chromium/files/patch-chrome_common_chrome__switches.cc
index 23af8f3093ea..5519c40a725b 100644
--- a/www/chromium/files/patch-chrome_common_chrome__switches.cc
+++ b/www/chromium/files/patch-chrome_common_chrome__switches.cc
@@ -1,17 +1,17 @@
---- chrome/common/chrome_switches.cc.orig 2017-12-15 02:04:11.000000000 +0100
-+++ chrome/common/chrome_switches.cc 2017-12-24 03:10:42.019760000 +0100
-@@ -999,12 +999,12 @@
+--- chrome/common/chrome_switches.cc.orig 2018-02-24 16:25:10.000000000 +0100
++++ chrome/common/chrome_switches.cc 2018-03-03 22:30:18.421438000 +0100
+@@ -998,12 +998,12 @@
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";
+ const char kDisableInputImeAPI[] = "disable-input-ime-api";
+ const char kEnableInputImeAPI[] = "enable-input-ime-api";
#endif
-#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN)
+#if defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_BSD)
- extern const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon";
+ const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon";
#endif