aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_notifications_notification__platform__bridge__delegator.cc
blob: 1d138c9c3cb026c8f36d4b445cbe25c10252f6ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/notifications/notification_platform_bridge_delegator.cc.orig	2022-02-28 16:54:41 UTC
+++ chrome/browser/notifications/notification_platform_bridge_delegator.cc
@@ -57,7 +57,7 @@ bool SystemNotificationsEnabled(Profile* profile) {
 #elif BUILDFLAG(IS_WIN)
   return NotificationPlatformBridgeWin::SystemNotificationEnabled();
 #else
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   if (profile) {
     // Prefs take precedence over flags.
     PrefService* prefs = profile->GetPrefs();