diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_browser_shortcuts_icon__badging.cc')
-rw-r--r-- | devel/electron33/files/patch-chrome_browser_shortcuts_icon__badging.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-chrome_browser_shortcuts_icon__badging.cc b/devel/electron33/files/patch-chrome_browser_shortcuts_icon__badging.cc deleted file mode 100644 index 98e27521c5b0..000000000000 --- a/devel/electron33/files/patch-chrome_browser_shortcuts_icon__badging.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/shortcuts/icon_badging.cc.orig 2024-06-18 21:43:23 UTC -+++ chrome/browser/shortcuts/icon_badging.cc -@@ -59,7 +59,7 @@ constexpr ShortcutSize kSizesNeededForShortcutCreation - constexpr ShortcutSize kSizesNeededForShortcutCreation[] = { - ShortcutSize::k16, ShortcutSize::k32, ShortcutSize::k128, - ShortcutSize::k256, ShortcutSize::k512}; --#elif BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - constexpr ShortcutSize kSizesNeededForShortcutCreation[] = {ShortcutSize::k32, - ShortcutSize::k128}; - #elif BUILDFLAG(IS_WIN) |