diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_common_chrome__switches.cc')
-rw-r--r-- | www/chromium/files/patch-chrome_common_chrome__switches.cc | 11 |
1 files changed, 5 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 b294b2fae61f..23af8f3093ea 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-08-03 00:05:07.000000000 +0200 -+++ chrome/common/chrome_switches.cc 2017-08-10 13:31:37.698271000 +0200 -@@ -1150,13 +1150,13 @@ +--- 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 @@ const char kEnableWaylandServer[] = "enable-wayland-server"; #endif @@ -10,9 +10,8 @@ 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) +-#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"; #endif |