aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-chrome_browser_ui_webui_settings_appearance__handler.h
blob: 0b7fa52a45a4b3a406b6bcffa194ca99e721ef69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/webui/settings/appearance_handler.h.orig	2021-04-14 01:08:42 UTC
+++ 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