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

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

Issue 1790483003: SimpleCache: Add fieldtrial testing information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "SchedulerExpensiveTaskBlocking": [ 133 "SchedulerExpensiveTaskBlocking": [
134 { 134 {
135 "group_name": "Enabled" 135 "group_name": "Enabled"
136 } 136 }
137 ], 137 ],
138 "SdchPersistence": [ 138 "SdchPersistence": [
139 { 139 {
140 "group_name": "Enabled" 140 "group_name": "Enabled"
141 } 141 }
142 ], 142 ],
143 "SimpleCacheTrial": [
144 {
145 "group_name": "ExperimentYes"
146 }
147 ],
143 "SpdyEnableDependencies": [ 148 "SpdyEnableDependencies": [
144 { 149 {
145 "group_name": "Enable" 150 "group_name": "Enable"
146 } 151 }
147 ], 152 ],
148 "StrictSecureCookies": [ 153 "StrictSecureCookies": [
149 { 154 {
150 "group_name": "Enabled" 155 "group_name": "Enabled"
151 } 156 }
152 ], 157 ],
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 ], 201 ],
197 "use-new-media-cache": [ 202 "use-new-media-cache": [
198 { 203 {
199 "enable_features": [ 204 "enable_features": [
200 "use-new-media-cache" 205 "use-new-media-cache"
201 ], 206 ],
202 "group_name": "Enabled" 207 "group_name": "Enabled"
203 } 208 }
204 ] 209 ]
205 } 210 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698