aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_notifications_notification__platform__bridge__delegator.cc
blob: 9826c93c7a707f1942b435a2c2e596c34b7b3a24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/notifications/notification_platform_bridge_delegator.cc.orig	2022-02-07 13:39:41 UTC
+++ chrome/browser/notifications/notification_platform_bridge_delegator.cc
@@ -57,7 +57,7 @@ bool SystemNotificationsEnabled(Profile* profile) {
 #elif defined(OS_WIN)
   return NotificationPlatformBridgeWin::SystemNotificationEnabled();
 #else
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   if (profile) {
     // Prefs take precedence over flags.
     PrefService* prefs = profile->GetPrefs();