aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_media__router_common_providers_cast_channel_cast__message__util.cc
blob: f0f3c160aa6d919b979f230505da5986086ce107 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/media_router/common/providers/cast/channel/cast_message_util.cc.orig	2023-11-03 10:09:45 UTC
+++ components/media_router/common/providers/cast/channel/cast_message_util.cc
@@ -169,7 +169,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;