aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_app_chrome__command__ids.h
blob: 34fe446304f1adf5e0ceb6d0711e7644c393bce4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/app/chrome_command_ids.h.orig	2022-02-28 16:54:41 UTC
+++ chrome/app/chrome_command_ids.h
@@ -66,7 +66,7 @@
 #define IDC_NAME_WINDOW                 34049
 
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch of lacros-chrome is complete.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
 #define IDC_USE_SYSTEM_TITLE_BAR        34051
 #define IDC_RESTORE_WINDOW              34052
 #endif