aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-chrome_browser_web__applications_components_web__app__shortcut.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-chrome_browser_web__applications_components_web__app__shortcut.cc')
-rw-r--r--devel/electron13/files/patch-chrome_browser_web__applications_components_web__app__shortcut.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron13/files/patch-chrome_browser_web__applications_components_web__app__shortcut.cc b/devel/electron13/files/patch-chrome_browser_web__applications_components_web__app__shortcut.cc
deleted file mode 100644
index 65bbb0ec5f65..000000000000
--- a/devel/electron13/files/patch-chrome_browser_web__applications_components_web__app__shortcut.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- chrome/browser/web_applications/components/web_app_shortcut.cc.orig 2021-04-14 01:08:42 UTC
-+++ chrome/browser/web_applications/components/web_app_shortcut.cc
-@@ -33,7 +33,7 @@ namespace {
-
- #if defined(OS_MAC)
- const int kDesiredIconSizesForShortcut[] = {16, 32, 128, 256, 512};
--#elif defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
- // Linux supports icons of any size. FreeDesktop Icon Theme Specification states
- // that "Minimally you should install a 48x48 icon in the hicolor theme."
- const int kDesiredIconSizesForShortcut[] = {16, 32, 48, 128, 256, 512};