ContentCapture: Enabled in field trial
ContentCapture was triggered by ContentCaptureConsumer, the ContentCaptureTriggeringForExperiment feature is used to trigger the ContentCapture independently, so we can get unbiased experiment result. We enabled this feature to run an experiment in M86. Now we need to disable it to prevent ContentCapture being triggered unconditionally in production in M87 and beyond. By disabling this feature, ContentCapture will lack the test coverage because it isn't triggered. To overcome this issue, this patch enables experiment in fieldtrial and disabled ContentCapture by default in production, so it is only triggered when necessary in production, but we still have enough test coverage in various bots. Also, removed an unused fieldtrial setting. Bug: 1114819 Change-Id: I9c2a5c5dcea9697020b372cef660289c42243470 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422148Reviewed-by:Brian White <bcwhite@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Michael Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#809673}
Showing
Please register or sign in to comment