| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index 849b32cdab247cec52a46e32564177e4d4042262..3d24ae6ac6c0f97f5b946a1c8e526438f9ca9a7a 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -105,6 +105,11 @@ declare_args() {
|
| } else {
|
| safe_browsing_mode = 1
|
| }
|
| +
|
| + # Set to true make a build that disables activation of field trial tests
|
| + # specified in testing/variations/fieldtrial_testing_config_*.json.
|
| + # Note: this setting is ignored if is_chrome_branded.
|
| + fieldtrial_testing_like_official_build = is_chrome_branded
|
| }
|
|
|
| # Additional dependent variables -----------------------------------------------
|
|
|