summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.h
blob: f0f8a86ec04fec9134a00122017a5013d30eb602 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/webui/settings/appearance_handler.h.orig	2022-02-28 16:54:41 UTC
+++ chrome/browser/ui/webui/settings/appearance_handler.h
@@ -44,7 +44,7 @@ class AppearanceHandler : public SettingsPageUIHandler
 
 // 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)
   // Changes the UI theme of the browser to the system (GTK+) theme.
   void HandleUseSystemTheme(const base::ListValue* args);
 #endif