diff options
author | danduong <danduong@chromium.org> | 2015-07-10 08:28:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-10 15:28:45 +0000 |
commit | ef1314f6662c0e608ffdf915235c6a8ac5a152af (patch) | |
tree | e0990327eb4daf87513cdf9f309cbe25a7bc9039 /testing/variations/fieldtrial_testing_config_win.json | |
parent | ce7995ad060cad24afa3bda98ccc9f9f32d1b3ec (diff) | |
download | chromium_src-ef1314f6662c0e608ffdf915235c6a8ac5a152af.zip chromium_src-ef1314f6662c0e608ffdf915235c6a8ac5a152af.tar.gz chromium_src-ef1314f6662c0e608ffdf915235c6a8ac5a152af.tar.bz2 |
Remove unused field trials from fieldtrial testing config.
There are a handful of dead references in this file. Removing them.
Review URL: https://codereview.chromium.org/1224083006
Cr-Commit-Position: refs/heads/master@{#338294}
Diffstat (limited to 'testing/variations/fieldtrial_testing_config_win.json')
-rw-r--r-- | testing/variations/fieldtrial_testing_config_win.json | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/variations/fieldtrial_testing_config_win.json b/testing/variations/fieldtrial_testing_config_win.json index 540dbd5..21fb0fc 100644 --- a/testing/variations/fieldtrial_testing_config_win.json +++ b/testing/variations/fieldtrial_testing_config_win.json @@ -4,11 +4,6 @@ "group_name": "Enabled" } ], - "CTRequiredForEVTrial": [ - { - "group_name": "RequirementEnforced" - } - ], "ChildAccountDetection": [ { "group_name": "Disabled" @@ -59,21 +54,6 @@ "group_name": "Enabled" } ], - "SHA1IdentityUIWarning": [ - { - "group_name": "Enabled" - } - ], - "SHA1ToolbarUIJanuary2016": [ - { - "group_name": "Warning" - } - ], - "SHA1ToolbarUIJanuary2017": [ - { - "group_name": "Error" - } - ], "SRTPromptFieldTrial": [ { "group_name": "Default" @@ -84,11 +64,6 @@ "group_name": "enforce_always_with_extensions_and_dse" } ], - "ShowAppLauncherPromo": [ - { - "group_name": "ShowPromoUntilDismissed" - } - ], "SyncBackingDatabase32K": [ { "group_name": "Enabled" @@ -96,15 +71,5 @@ { "group_name": "Disabled" } - ], - "UwSInterstitialStatus": [ - { - "group_name": "On" - } - ], - "VoiceTrigger": [ - { - "group_name": "Install" - } ] } |