Commit dacd7b14 authored by Markus Handell's avatar Markus Handell Committed by Chromium LUCI CQ

WebRtcDistinctWorkerThread: change to default off.

Change of plans. Enable forward rollout of this feature instead
to permit impact assessment in a more standard way.

Bug: 1157617
Change-Id: Icec78c1db644e7cfc4f4ec56cd96bba3d08e512c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586347
Auto-Submit: Markus Handell <handellm@google.com>
Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Reviewed-by: default avatarPhilip Jägenstedt <foolip@chromium.org>
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836126}
parent f097f662
...@@ -855,7 +855,7 @@ const base::Feature kCloneSessionStorageForNoOpener{ ...@@ -855,7 +855,7 @@ const base::Feature kCloneSessionStorageForNoOpener{
// When enabled, WebRTC's worker thread will run on a thread context distinct // When enabled, WebRTC's worker thread will run on a thread context distinct
// from the WebRTC signaling and network threads. // from the WebRTC signaling and network threads.
const base::Feature kWebRtcDistinctWorkerThread{ const base::Feature kWebRtcDistinctWorkerThread{
"WebRtcDistinctWorkerThread", base::FEATURE_ENABLED_BY_DEFAULT}; "WebRtcDistinctWorkerThread", base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace features } // namespace features
} // namespace blink } // namespace blink
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment