Closed Eloston closed 7 years ago
My intention was to disable fieldtrial_testing_like_official_build
because it's not needed in a chromium build, but as you pointed out that seems not quite true. IMO there is no reason for an open source project to force users to use fieldtrial A+B tests. Some time ago I found a blog entry describing up and downs of field trial tests.
I've also disabled fieldtrial testing in ungoogled-chromium. It's interesting that they enable fieldtrial testing in Chromium and not Chrome.
I noticed in your PKGBUILD file here that you specified
fieldtrial_testing_like_official_build=false
.However on line 270 of
build/config/BUILD.gn
:Also notice in
build/config/features.gni
:Since you're not chrome branded, does that mean you want to turn fieldtrial testing on? What's the benefit of enabling fieldtrial testing?