Commit 823846f4 authored by Saman Sami's avatar Saman Sami Committed by Commit Bot

Turn UseVideoCaptureApiForDevtoolsSnapshots on by default

There has been a 50/50 finch trial on canary and dev going on for this
feature and no issues has been reported.

Bug: 813929
Change-Id: I79012e9cfa06dfac57c73479aa80d09a050c0395
Reviewed-on: https://chromium-review.googlesource.com/1032889Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Commit-Queue: Saman Sami <samans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554507}
parent 7270258e
......@@ -432,8 +432,7 @@ const base::Feature kUserActivationV2{"UserActivationV2",
// captured from the renderer for DevTools performance timeline and eyedropper
// tool.
const base::Feature kUseVideoCaptureApiForDevToolsSnapshots{
"UseVideoCaptureApiForDevToolsSnapshots",
base::FEATURE_DISABLED_BY_DEFAULT};
"UseVideoCaptureApiForDevToolsSnapshots", base::FEATURE_ENABLED_BY_DEFAULT};
// Enables to use a snapshot file in creating V8 contexts.
const base::Feature kV8ContextSnapshot{"V8ContextSnapshot",
......
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