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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 ],
7 "DataReductionProxyUseDataSaverOnVPN": [ 12 "DataReductionProxyUseDataSaverOnVPN": [
8 { 13 {
9 "group_name": "Enabled" 14 "group_name": "Enabled"
10 } 15 }
11 ], 16 ],
12 "EnableSessionCrashedBubbleUI": [ 17 "EnableSessionCrashedBubbleUI": [
13 { 18 {
14 "group_name": "Enabled" 19 "group_name": "Enabled"
15 } 20 }
16 ], 21 ],
17 "InstanceID": [ 22 "InstanceID": [
18 { 23 {
19 "group_name": "Enabled" 24 "group_name": "Enabled"
20 } 25 }
21 ],
22 "RefreshTokenDeviceId": [
23 {
24 "group_name": "Enabled"
25 }
26 ], 26 ],
27 "QUIC": [ 27 "QUIC": [
28 { 28 {
29 "group_name": "Enabled", 29 "group_name": "Enabled",
30 "params": { 30 "params": {
31 "alternate_protocol_probability_threshold": "0.01" 31 "alternate_protocol_probability_threshold": "0.01"
32 } 32 }
33 } 33 }
34 ], 34 ],
35 "RefreshTokenDeviceId": [
36 {
37 "group_name": "Enabled"
38 }
39 ],
35 "ReportCertificateErrors": [ 40 "ReportCertificateErrors": [
36 { 41 {
37 "group_name": "ShowAndPossiblySend", 42 "group_name": "ShowAndPossiblySend",
38 "params": { 43 "params": {
39 "sendingThreshold": "1.0" 44 "sendingThreshold": "1.0"
40 } 45 }
41 }, 46 },
42 { 47 {
43 "group_name": "ShowAndPossiblySend", 48 "group_name": "ShowAndPossiblySend",
44 "params": { 49 "params": {
45 "sendingThreshold": "-1.0" 50 "sendingThreshold": "-1.0"
46 } 51 }
47 }, 52 },
48 { 53 {
49 "group_name": "ShowAndPossiblySend", 54 "group_name": "ShowAndPossiblySend",
50 "params": { 55 "params": {
51 "sendingThreshold": "0.0" 56 "sendingThreshold": "0.0"
52 } 57 }
53 }, 58 },
54 { 59 {
55 "group_name": "ShowAndPossiblySend", 60 "group_name": "ShowAndPossiblySend",
56 "params": { 61 "params": {
57 "sendingThreshold": "abcdef" 62 "sendingThreshold": "abcdef"
58 } 63 }
59 }, 64 },
60 { 65 {
61 "group_name": "DontShowAndDontSend" 66 "group_name": "DontShowAndDontSend"
62 } 67 }
63 ], 68 ],
69 "SafeBrowsingReportPhishingErrorLink": [
70 {
71 "group_name": "Enabled"
72 },
73 {
74 "group_name": "Control"
75 },
76 {
77 "group_name": "Disabled"
78 }
79 ],
64 "SdchPersistence": [ 80 "SdchPersistence": [
65 { 81 {
66 "group_name": "Enabled" 82 "group_name": "Enabled"
67 } 83 }
68 ], 84 ],
69 "SyncHttpContentCompression": [ 85 "SyncHttpContentCompression": [
70 { 86 {
71 "group_name": "Enabled" 87 "group_name": "Enabled"
72 }, 88 },
73 { 89 {
74 "group_name": "Disabled" 90 "group_name": "Disabled"
75 } 91 }
76 ], 92 ],
77 "AutofillFieldMetadata": [
78 {
79 "group_name": "Enabled"
80 }
81 ],
82 "TabSyncByRecency": [ 93 "TabSyncByRecency": [
83 { 94 {
84 "group_name": "Enabled" 95 "group_name": "Enabled"
85 } 96 }
86 ], 97 ],
87 "UseDelayAgnosticAEC": [ 98 "UseDelayAgnosticAEC": [
88 { 99 {
89 "group_name": "DefaultEnabled" 100 "group_name": "DefaultEnabled"
90 } 101 }
91 ], 102 ],
92 "VarationsServiceControl": [ 103 "VarationsServiceControl": [
93 { 104 {
94 "group_name": "Interval_30min", 105 "group_name": "Interval_30min",
95 "params": { 106 "params": {
96 "fetch_period_min": "30" 107 "fetch_period_min": "30"
97 } 108 }
98 } 109 }
99 ],
100 "SafeBrowsingReportPhishingErrorLink": [
101 {
102 "group_name": "Enabled"
103 },
104 {
105 "group_name": "Control"
106 },
107 {
108 "group_name": "Disabled"
109 }
110 ] 110 ]
111 } 111 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_ios.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698