diff options
Diffstat (limited to 'devel/electron32/files/patch-chrome_common_chrome__switches.h')
-rw-r--r-- | devel/electron32/files/patch-chrome_common_chrome__switches.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/electron32/files/patch-chrome_common_chrome__switches.h b/devel/electron32/files/patch-chrome_common_chrome__switches.h deleted file mode 100644 index aae1683cc850..000000000000 --- a/devel/electron32/files/patch-chrome_common_chrome__switches.h +++ /dev/null @@ -1,17 +0,0 @@ ---- chrome/common/chrome_switches.h.orig 2024-08-14 20:54:41 UTC -+++ chrome/common/chrome_switches.h -@@ -279,12 +279,12 @@ extern const char kAllowNaClSocketAPI[]; - #endif - - #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_WIN) -+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kEnableNewAppMenuIcon[]; - extern const char kGuest[]; - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kListApps[]; - extern const char kProfileBaseName[]; - extern const char kProfileManagementAttributes[]; |