Chromium Code Reviews| Index: testing/variations/fieldtrial_testing_config.json |
| diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json |
| index f296ba63e66b3dd824c62838574736b91606892c..7ef45a3ffa9202ba36fe31a72e1a82ef1d90ac86 100644 |
| --- a/testing/variations/fieldtrial_testing_config.json |
| +++ b/testing/variations/fieldtrial_testing_config.json |
| @@ -626,6 +626,29 @@ |
| ] |
| } |
| ], |
| + "EnableSyncClientToServerCompression": [ |
| + { |
| + "platforms": [ |
| + "android", |
| + "chromeos", |
| + "ios", |
| + "linux", |
| + "mac", |
| + "win" |
| + ], |
| + "experiments": [ |
| + { |
| + "name": "Control" |
| + }, |
| + { |
| + "name": "Default" |
| + }, |
| + { |
| + "name": "Enabled" |
| + } |
|
Ilya Sherman
2016/11/21 23:38:38
You probably only want to list "Enabled" -- only t
Gang Wu
2016/11/22 00:18:20
Done.
|
| + ] |
| + } |
| + ], |
| "ExpectCTReporting": [ |
| { |
| "platforms": [ |
| @@ -2029,26 +2052,6 @@ |
| ] |
| } |
| ], |
| - "SyncHttpContentCompression": [ |
| - { |
| - "platforms": [ |
| - "android", |
| - "chromeos", |
| - "ios", |
| - "linux", |
| - "mac", |
| - "win" |
| - ], |
| - "experiments": [ |
| - { |
| - "name": "Enabled" |
| - }, |
| - { |
| - "name": "Disabled" |
| - } |
| - ] |
| - } |
| - ], |
| "TLS13Negotiation": [ |
| { |
| "platforms": [ |