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

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: merge conlict 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 } 103 }
104 }, 104 },
105 { 105 {
106 "group_name": "DontShowAndDontSend" 106 "group_name": "DontShowAndDontSend"
107 } 107 }
108 ], 108 ],
109 "SdchPersistence": [ 109 "SdchPersistence": [
110 { 110 {
111 "group_name": "Enabled" 111 "group_name": "Enabled"
112 } 112 }
113 ],
114 "SyncHttpContentCompression": [
115 {
116 "group_name": "Enabled"
117 },
118 {
119 "group_name": "Disabled"
120 }
113 ] 121 ]
114 } 122 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698