aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc
blob: 4cf2e449fb752f9febf964abafd08f73d7229dbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/web_applications/app_browser_controller.cc.orig	2022-08-31 12:19:35 UTC
+++ chrome/browser/ui/web_applications/app_browser_controller.cc
@@ -408,7 +408,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;