$OpenBSD: patch-chrome_browser_ui_webui_settings_appearance_handler_h,v 1.10 2021/10/29 14:49:40 robert Exp $

Index: chrome/browser/ui/webui/settings/appearance_handler.h
--- chrome/browser/ui/webui/settings/appearance_handler.h.orig
+++ chrome/browser/ui/webui/settings/appearance_handler.h
@@ -39,7 +39,7 @@ class AppearanceHandler : public SettingsPageUIHandler
 
 // 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)
   // Changes the UI theme of the browser to the system (GTK+) theme.
   void HandleUseSystemTheme(const base::ListValue* args);
 #endif
