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.cc13
1 files changed, 10 insertions, 3 deletions
diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.cc b/www/chromium/files/patch-chrome_common_chrome__switches.cc
index 3bf36d0d3eea..b294b2fae61f 100644
--- a/www/chromium/files/patch-chrome_common_chrome__switches.cc
+++ b/www/chromium/files/patch-chrome_common_chrome__switches.cc
@@ -1,6 +1,6 @@
---- 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
+--- chrome/common/chrome_switches.cc.orig 2017-08-03 00:05:07.000000000 +0200
++++ chrome/common/chrome_switches.cc 2017-08-10 13:31:37.698271000 +0200
+@@ -1150,13 +1150,13 @@
const char kEnableWaylandServer[] = "enable-wayland-server";
#endif
@@ -9,3 +9,10 @@
extern const char kDisableInputImeAPI[] = "disable-input-ime-api";
extern const char kEnableInputImeAPI[] = "enable-input-ime-api";
#endif
+
+ #if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || \
+- defined(OS_WIN)
++ defined(OS_WIN) || defined(OS_BSD)
+ extern const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon";
+ #endif
+