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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | 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 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 "BrowserBlacklist": [ 42 "BrowserBlacklist": [
48 { 43 {
49 "group_name": "Enabled" 44 "group_name": "Enabled"
50 } 45 }
51 ], 46 ],
52 "CaptivePortalInterstitial": [ 47 "CaptivePortalInterstitial": [
53 { 48 {
54 "group_name": "Enabled" 49 "group_name": "Enabled"
55 } 50 }
56 ], 51 ],
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 { 342 {
348 "enable_features": [ 343 "enable_features": [
349 "PersistentHistograms" 344 "PersistentHistograms"
350 ], 345 ],
351 "group_name": "EnabledOnDisk", 346 "group_name": "EnabledOnDisk",
352 "params": { 347 "params": {
353 "storage": "MappedFile" 348 "storage": "MappedFile"
354 } 349 }
355 } 350 }
356 ], 351 ],
352 "PluginPowerSaverTiny": [
353 {
354 "enable_features": [
355 "BlockSmallPluginContent"
356 ],
357 "group_name": "Enabled"
358 }
359 ],
357 "PointerEvent": [ 360 "PointerEvent": [
358 { 361 {
359 "enable_features": [ 362 "enable_features": [
360 "PointerEvent" 363 "PointerEvent"
361 ], 364 ],
362 "group_name": "Enabled" 365 "group_name": "Enabled"
363 } 366 }
364 ], 367 ],
365 "PreconnectMore": [ 368 "PreconnectMore": [
366 { 369 {
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 ], 634 ],
632 "use-new-media-cache": [ 635 "use-new-media-cache": [
633 { 636 {
634 "enable_features": [ 637 "enable_features": [
635 "use-new-media-cache" 638 "use-new-media-cache"
636 ], 639 ],
637 "group_name": "Enabled" 640 "group_name": "Enabled"
638 } 641 }
639 ] 642 ]
640 } 643 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698