Add a feature for Simplified URL Display experiments
Simplified URL Display experiments have five populations: 1. Default group 2. Control group 3. Delayed Warnings only 4. Experiment group 1 5. Experiment group 2 Default and Control groups don't set any of the bits in the UrlDisplayExperiment proto, so it's impossible to distinguish them in the analysis stage. To address this issue, this CL adds SimplifiedUrlDisplay feature. This feature doesn't turn on any features itself. Instead, it will be enabled by a server side config for all display experiments except for the default group. This way, the new bit in the URLDisplayExperiment proto will allow us to differentiate between the default group and control group. Bug: 1132457 Change-Id: Ie45545248b9ad1a15c774158a30e5162a6911a63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432054 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#812457}
Showing
Please register or sign in to comment