summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc
blob: 66d54028b23597a5abb323823479843ef22d3d53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/web_applications/app_browser_controller.cc.orig	2022-09-24 10:57:32 UTC
+++ chrome/browser/ui/web_applications/app_browser_controller.cc
@@ -428,7 +428,7 @@ CustomThemeSupplier* AppBrowserController::GetThemeSup
 }
 
 bool AppBrowserController::ShouldUseSystemTheme() const {
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return browser_->profile()->GetPrefs()->GetBoolean(prefs::kUsesSystemTheme);
 #else
   return false;