aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-media_webrtc_webrtc__features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-media_webrtc_webrtc__features.cc')
-rw-r--r--www/iridium/files/patch-media_webrtc_webrtc__features.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/iridium/files/patch-media_webrtc_webrtc__features.cc b/www/iridium/files/patch-media_webrtc_webrtc__features.cc
deleted file mode 100644
index ac86ad4a76c7..000000000000
--- a/www/iridium/files/patch-media_webrtc_webrtc__features.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- media/webrtc/webrtc_features.cc.orig 2022-03-28 18:11:04 UTC
-+++ media/webrtc/webrtc_features.cc
-@@ -9,7 +9,7 @@
-
- namespace features {
- namespace {
--#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- constexpr base::FeatureState kWebRtcHybridAgcState =
- base::FEATURE_ENABLED_BY_DEFAULT;
- #else