Update features.cc

This commit is contained in:
Alexander David Frick 2022-05-09 04:08:54 -05:00 committed by GitHub
parent f2106f24d4
commit f23aff7979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1458,5 +1458,9 @@ const base::Feature kAllowSourceSwitchOnPausedVideoMediaStream{
const base::Feature kDispatchPopstateSync{"DispatchPopstateSync",
base::FEATURE_ENABLED_BY_DEFAULT};
// Exposes non-standard stats in the WebRTC getStats() API.
const base::Feature kWebRtcExposeNonStandardStats{
"WebRtc-ExposeNonStandardStats", base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace features
} // namespace blink