diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_common_chrome__switches.h')
-rw-r--r-- | www/chromium/files/patch-chrome_common_chrome__switches.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.h b/www/chromium/files/patch-chrome_common_chrome__switches.h index 99282f921a49..961a639ccdeb 100644 --- a/www/chromium/files/patch-chrome_common_chrome__switches.h +++ b/www/chromium/files/patch-chrome_common_chrome__switches.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.h.orig 2017-08-03 00:05:07.000000000 +0200 -+++ chrome/common/chrome_switches.h 2017-08-10 13:31:51.802319000 +0200 -@@ -349,13 +349,13 @@ +--- chrome/common/chrome_switches.h.orig 2017-12-24 03:11:35.192869000 +0100 ++++ chrome/common/chrome_switches.h 2017-12-24 03:12:02.641567000 +0100 +@@ -313,12 +313,12 @@ extern const char kEnableWaylandServer[]; #endif @@ -10,9 +10,8 @@ extern const char kEnableInputImeAPI[]; #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[]; #endif |