aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_chrome__switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_common_chrome__switches.h')
-rw-r--r--www/chromium/files/patch-chrome_common_chrome__switches.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.h b/www/chromium/files/patch-chrome_common_chrome__switches.h
index cb1e3c7a1732..11a31aeaae6d 100644
--- a/www/chromium/files/patch-chrome_common_chrome__switches.h
+++ b/www/chromium/files/patch-chrome_common_chrome__switches.h
@@ -1,11 +1,11 @@
---- chrome/common/chrome_switches.h.orig 2021-07-19 18:45:10 UTC
+--- chrome/common/chrome_switches.h.orig 2021-09-24 04:26:00 UTC
+++ chrome/common/chrome_switches.h
-@@ -254,7 +254,7 @@ extern const char kAllowNaClFileHandleAPI[];
+@@ -250,7 +250,7 @@ extern const char kAllowNaClFileHandleAPI[];
extern const char kAllowNaClSocketAPI[];
#endif
-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || \
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || defined(OS_BSD) || \
- defined(OS_WIN)
+ defined(OS_WIN) || defined(OS_FUCHSIA)
extern const char kEnableNewAppMenuIcon[];
extern const char kGuest[];