aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-chrome_app_chrome__command__ids.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-chrome_app_chrome__command__ids.h')
-rw-r--r--devel/electron12/files/patch-chrome_app_chrome__command__ids.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron12/files/patch-chrome_app_chrome__command__ids.h b/devel/electron12/files/patch-chrome_app_chrome__command__ids.h
deleted file mode 100644
index eac24f1128d9..000000000000
--- a/devel/electron12/files/patch-chrome_app_chrome__command__ids.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- chrome/app/chrome_command_ids.h.orig 2021-04-14 01:08:37 UTC
-+++ chrome/app/chrome_command_ids.h
-@@ -64,7 +64,7 @@
- #define IDC_NAME_WINDOW 34049
-
- // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch of lacros-chrome is complete.
--#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
- #define IDC_USE_SYSTEM_TITLE_BAR 34051
- #define IDC_RESTORE_WINDOW 34052
- #endif