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

Side by Side Diff: testing/variations/fieldtrial_testing_config_ios.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 ],
7 "QUIC": [
8 {
9 "group_name": "Enabled",
10 "params": {
11 "alternate_protocol_probability_threshold": "0.01"
12 }
13 }
14 ],
2 "SdchPersistence": [ 15 "SdchPersistence": [
3 { 16 {
4 "group_name": "Enabled" 17 "group_name": "Enabled"
5 } 18 }
6 ], 19 ],
7 "SyncHttpContentCompression": [ 20 "SyncHttpContentCompression": [
8 { 21 {
9 "group_name": "Enabled" 22 "group_name": "Enabled"
10 }, 23 },
11 { 24 {
12 "group_name": "Disabled" 25 "group_name": "Disabled"
13 } 26 }
14 ], 27 ],
15 "AutofillFieldMetadata": [
16 {
17 "group_name": "Enabled"
18 }
19 ],
20 "QUIC": [
21 {
22 "group_name": "Enabled",
23 "params": {
24 "alternate_protocol_probability_threshold": "0.01"
25 }
26 }
27 ],
28 "TabSyncByRecency": [ 28 "TabSyncByRecency": [
29 { 29 {
30 "group_name": "Enabled" 30 "group_name": "Enabled"
31 } 31 }
32 ], 32 ],
33 "VarationsServiceControl": [ 33 "VarationsServiceControl": [
34 { 34 {
35 "group_name": "Interval_30min", 35 "group_name": "Interval_30min",
36 "params": { 36 "params": {
37 "fetch_period_min": "30" 37 "fetch_period_min": "30"
38 } 38 }
39 } 39 }
40 ] 40 ]
41 } 41 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698