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

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

Issue 1968653004: Add finch fieldtrial testing config for network time queries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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": [ 2 "AutofillFieldMetadata": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillProfileOrderByFrecency": [ 7 "AutofillProfileOrderByFrecency": [
8 { 8 {
9 "group_name": "EnabledLimitTo3", 9 "group_name": "EnabledLimitTo3",
10 "params": { 10 "params": {
(...skipping 13 matching lines...) Expand all
24 } 24 }
25 ], 25 ],
26 "DataCompressionProxyDevRollout": [ 26 "DataCompressionProxyDevRollout": [
27 { 27 {
28 "group_name": "Control" 28 "group_name": "Control"
29 }, 29 },
30 { 30 {
31 "group_name": "Enabled" 31 "group_name": "Enabled"
32 } 32 }
33 ], 33 ],
34 "NetworkTimeQueries": [
35 {
36 "enable_features": [
37 "NetworkTimeServiceQuerying"
38 ],
39 "group_name": "NetworkTimeQueriesEnabled"
40 }
41 ],
34 "PageRevisitInstrumentation": [ 42 "PageRevisitInstrumentation": [
35 { 43 {
36 "group_name": "Enabled" 44 "group_name": "Enabled"
37 } 45 }
38 ], 46 ],
39 "PasswordBranding": [ 47 "PasswordBranding": [
40 { 48 {
41 "group_name": "SmartLockBrandingSavePromptOnly" 49 "group_name": "SmartLockBrandingSavePromptOnly"
42 } 50 }
43 ], 51 ],
(...skipping 22 matching lines...) Expand all
66 ], 74 ],
67 "VarationsServiceControl": [ 75 "VarationsServiceControl": [
68 { 76 {
69 "group_name": "Interval_30min", 77 "group_name": "Interval_30min",
70 "params": { 78 "params": {
71 "fetch_period_min": "30" 79 "fetch_period_min": "30"
72 } 80 }
73 } 81 }
74 ] 82 ]
75 } 83 }
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