Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(741)

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2517303002: [Sync] Add EnableSyncClientToServerCompression and remove default trial (Closed)
Patch Set: remove un-interesting cases Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..de0ab1bcd30b43abea1fcdca9036792c1c8f0888 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -626,6 +626,23 @@
]
}
],
+ "EnableSyncClientToServerCompression": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ }
+ ]
+ }
+ ],
"ExpectCTReporting": [
{
"platforms": [
@@ -2029,26 +2046,6 @@
]
}
],
- "SyncHttpContentCompression": [
- {
- "platforms": [
- "android",
- "chromeos",
- "ios",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled"
- },
- {
- "name": "Disabled"
- }
- ]
- }
- ],
"TLS13Negotiation": [
{
"platforms": [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698