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

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

Issue 1308693013: Pretty print field trials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 "AutofillFieldMetadata": [
3 {
4 "group_name": "Enabled"
5 }
6 ],
2 "CaptivePortalInterstitial": [ 7 "CaptivePortalInterstitial": [
3 { 8 {
4 "group_name": "Enabled" 9 "group_name": "Enabled"
5 } 10 }
6 ], 11 ],
12 "QUIC": [
13 {
14 "group_name": "Enabled",
15 "params": {
16 "alternate_protocol_probability_threshold": "0.01"
17 }
18 }
19 ],
7 "ReportCertificateErrors": [ 20 "ReportCertificateErrors": [
8 { 21 {
9 "group_name": "ShowAndPossiblySend", 22 "group_name": "ShowAndPossiblySend",
10 "params": { 23 "params": {
11 "sendingThreshold": "1.0" 24 "sendingThreshold": "1.0"
12 } 25 }
13 }, 26 },
14 { 27 {
15 "group_name": "ShowAndPossiblySend", 28 "group_name": "ShowAndPossiblySend",
16 "params": { 29 "params": {
(...skipping 22 matching lines...) Expand all
39 } 52 }
40 ], 53 ],
41 "SyncHttpContentCompression": [ 54 "SyncHttpContentCompression": [
42 { 55 {
43 "group_name": "Enabled" 56 "group_name": "Enabled"
44 }, 57 },
45 { 58 {
46 "group_name": "Disabled" 59 "group_name": "Disabled"
47 } 60 }
48 ], 61 ],
49 "AutofillFieldMetadata": [ 62 "TabSyncByRecency": [
50 { 63 {
51 "group_name": "Enabled" 64 "group_name": "Enabled"
52 } 65 }
53 ], 66 ],
54 "UseDelayAgnosticAEC": [ 67 "UseDelayAgnosticAEC": [
55 { 68 {
56 "group_name": "DefaultEnabled" 69 "group_name": "DefaultEnabled"
57 } 70 }
58 ], 71 ],
59 "QUIC": [
60 {
61 "group_name": "Enabled",
62 "params": {
63 "alternate_protocol_probability_threshold": "0.01"
64 }
65 }
66 ],
67 "TabSyncByRecency": [
68 {
69 "group_name": "Enabled"
70 }
71 ],
72 "VarationsServiceControl": [ 72 "VarationsServiceControl": [
73 { 73 {
74 "group_name": "Interval_30min", 74 "group_name": "Interval_30min",
75 "params": { 75 "params": {
76 "fetch_period_min": "30" 76 "fetch_period_min": "30"
77 } 77 }
78 } 78 }
79 ] 79 ]
80 } 80 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_ios.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698