diff options
author | simonhatch <simonhatch@chromium.org> | 2015-05-27 07:35:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-27 14:35:39 +0000 |
commit | e9e1660085e0a14568d678dcd2cc416495c72a71 (patch) | |
tree | 895dc0e5c7ce4eb19f02e574d71a519699ddfa16 /testing/variations/fieldtrial_testing_config_win.json | |
parent | c2ac21e8aeb804194f0d98bd5129982998f04cce (diff) | |
download | chromium_src-e9e1660085e0a14568d678dcd2cc416495c72a71.zip chromium_src-e9e1660085e0a14568d678dcd2cc416495c72a71.tar.gz chromium_src-e9e1660085e0a14568d678dcd2cc416495c72a71.tar.bz2 |
Revert of Add field trial testing config for Windows and a PRESUBMIT (patchset #4 id:60001 of https://codereview.chromium.org/1152633002/)
Reason for revert:
Suspect this CL is the reason all the windows bots are purple.
BUG=492641
Original issue's description:
> Add field trial testing config for Windows and a PRESUBMIT
>
> BUG=480095
>
> Committed: https://crrev.com/dd358bef4bad57d339ff28a666be33ab1f3d1a4b
> Cr-Commit-Position: refs/heads/master@{#331417}
TBR=rkaplow@chromium.org,asvitkine@chromium.org,danduong@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=480095
Review URL: https://codereview.chromium.org/1160793002
Cr-Commit-Position: refs/heads/master@{#331571}
Diffstat (limited to 'testing/variations/fieldtrial_testing_config_win.json')
-rw-r--r-- | testing/variations/fieldtrial_testing_config_win.json | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/testing/variations/fieldtrial_testing_config_win.json b/testing/variations/fieldtrial_testing_config_win.json deleted file mode 100644 index c80a14e1e..0000000 --- a/testing/variations/fieldtrial_testing_config_win.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "BrowserBlacklist": [ - { - "group_name": "Enabled" - } - ], - "CTRequiredForEVTrial": [ - { - "group_name": "RequirementEnforced" - } - ], - "ChildAccountDetection": [ - { - "group_name": "Disabled" - } - ], - "ChromeDashboard": [ - { - "group_name": "Default" - } - ], - "ExtensionContentVerification": [ - { - "group_name": "Enforce" - } - ], - "ExtensionInstallVerification": [ - { - "group_name": "Enforce" - } - ], - "GoogleNow": [ - { - "group_name": "Enable" - } - ], - "IconNTP": [ - { - "group_name": "Default" - } - ], - "NewProfileManagement": [ - { - "group_name": "Enabled" - } - ], - "PasswordGeneration": [ - { - "group_name": "Disabled" - } - ], - "RefreshTokenDeviceId": [ - { - "group_name": "Enabled" - } - ], - "SHA1IdentityUIWarning": [ - { - "group_name": "Enabled" - } - ], - "SHA1ToolbarUIJanuary2016": [ - { - "group_name": "Warning" - } - ], - "SHA1ToolbarUIJanuary2017": [ - { - "group_name": "Error" - } - ], - "SRTPromptFieldTrial": [ - { - "group_name": "Default" - } - ], - "SettingsEnforcement": [ - { - "group_name": "enforce_always_with_extensions_and_dse" - } - ], - "ShowAppLauncherPromo": [ - { - "group_name": "ShowPromoUntilDismissed" - } - ], - "UwSInterstitialStatus": [ - { - "group_name": "On" - } - ], - "VoiceTrigger": [ - { - "group_name": "Install" - } - ] -} |