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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.json

Issue 1246523003: [Sync] Finch Experiment : Enable compression between sync client and server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update build.gn file Created 5 years, 4 months 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "BrowserBlacklist": [ 2 "BrowserBlacklist": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "ChildAccountDetection": [ 7 "ChildAccountDetection": [
8 { 8 {
9 "group_name": "Disabled" 9 "group_name": "Disabled"
10 } 10 }
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 }, 101 },
102 { 102 {
103 "group_name": "ShowAndPossiblySend", 103 "group_name": "ShowAndPossiblySend",
104 "params": { 104 "params": {
105 "sendingThreshold": "abcdef" 105 "sendingThreshold": "abcdef"
106 } 106 }
107 }, 107 },
108 { 108 {
109 "group_name": "DontShowAndDontSend" 109 "group_name": "DontShowAndDontSend"
110 } 110 }
111 ],
112 "SyncHttpContentCompression": [
113 {
114 "group_name": "Enabled"
115 },
116 {
117 "group_name": "Disabled"
118 }
111 ] 119 ]
112 } 120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698