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

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

Issue 2342893003: Plugin Power Saver Tiny: Fix Field Trial testing config (Closed)
Patch Set: Fix prerender tests Created 4 years, 3 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 "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 21 matching lines...) Expand all
32 { 32 {
33 "enable_features": [ 33 "enable_features": [
34 "AutomaticTabDiscarding" 34 "AutomaticTabDiscarding"
35 ], 35 ],
36 "group_name": "Enabled_Once_10-gen2", 36 "group_name": "Enabled_Once_10-gen2",
37 "params": { 37 "params": {
38 "MinimumProtectionTime": "600" 38 "MinimumProtectionTime": "600"
39 } 39 }
40 } 40 }
41 ], 41 ],
42 "BlockSmallPluginContent": [
43 {
44 "group_name": "Enabled"
45 }
46 ],
47 "CaptivePortalInterstitial": [ 42 "CaptivePortalInterstitial": [
48 { 43 {
49 "group_name": "Enabled" 44 "group_name": "Enabled"
50 } 45 }
51 ], 46 ],
52 "ChromeDashboard": [ 47 "ChromeDashboard": [
53 { 48 {
54 "group_name": "Enabled" 49 "group_name": "Enabled"
55 }, 50 },
56 { 51 {
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 { 271 {
277 "enable_features": [ 272 "enable_features": [
278 "PersistentHistograms" 273 "PersistentHistograms"
279 ], 274 ],
280 "group_name": "EnabledOnDisk", 275 "group_name": "EnabledOnDisk",
281 "params": { 276 "params": {
282 "storage": "MappedFile" 277 "storage": "MappedFile"
283 } 278 }
284 } 279 }
285 ], 280 ],
281 "PluginPowerSaverTiny": [
282 {
283 "enable_features": [
284 "BlockSmallPluginContent"
285 ],
286 "group_name": "Enabled"
287 }
288 ],
286 "PointerEvent": [ 289 "PointerEvent": [
287 { 290 {
288 "enable_features": [ 291 "enable_features": [
289 "PointerEvent" 292 "PointerEvent"
290 ], 293 ],
291 "group_name": "Enabled" 294 "group_name": "Enabled"
292 } 295 }
293 ], 296 ],
294 "PreconnectMore": [ 297 "PreconnectMore": [
295 { 298 {
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 ], 569 ],
567 "use-new-media-cache": [ 570 "use-new-media-cache": [
568 { 571 {
569 "enable_features": [ 572 "enable_features": [
570 "use-new-media-cache" 573 "use-new-media-cache"
571 ], 574 ],
572 "group_name": "Enabled" 575 "group_name": "Enabled"
573 } 576 }
574 ] 577 ]
575 } 578 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698