mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update features.cc
This commit is contained in:
parent
f2106f24d4
commit
f23aff7979
1 changed files with 4 additions and 0 deletions
4
third_party/blink/common/features.cc
vendored
4
third_party/blink/common/features.cc
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue