1 --- chrome/browser/ui/webui/settings/appearance_handler.h.orig	2022-04-21 18:48:31 UTC
2 +++ chrome/browser/ui/webui/settings/appearance_handler.h
3 @@ -40,7 +40,7 @@ class AppearanceHandler : public SettingsPageUIHandler
4 
5  // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
6  // of lacros-chrome is complete.
7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
9    // Changes the UI theme of the browser to the system (GTK+) theme.
10    void HandleUseSystemTheme(const base::Value::List& args);
11  #endif
12