aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-components_cast__channel_cast__message__util.cc
blob: fdfdea8dfc0f515fefcf7dd507e9a88eb7f1c3ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/cast_channel/cast_message_util.cc.orig	2022-12-01 10:35:46 UTC
+++ components/cast_channel/cast_message_util.cc
@@ -170,7 +170,7 @@ int GetVirtualConnectPlatformValue() {
   return 4;
 #elif BUILDFLAG(IS_CHROMEOS_ASH)
   return 5;
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
   return 6;
 #else
   return 0;