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

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

Issue 1830343002: Enable DRP config service by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, addressed holte comments Created 4 years, 8 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 10 matching lines...) Expand all
21 } 21 }
22 ], 22 ],
23 "DataCompressionProxyDevRollout": [ 23 "DataCompressionProxyDevRollout": [
24 { 24 {
25 "group_name": "Control" 25 "group_name": "Control"
26 }, 26 },
27 { 27 {
28 "group_name": "Enabled" 28 "group_name": "Enabled"
29 } 29 }
30 ], 30 ],
31 "DataReductionProxyConfigService": [
32 {
33 "group_name": "Enabled",
34 "params": {
35 "minimum_refresh_interval_on_success_msec": "21600000"
36 }
37 }
38 ],
39 "PageRevisitInstrumentation": [ 31 "PageRevisitInstrumentation": [
40 { 32 {
41 "group_name": "Enabled" 33 "group_name": "Enabled"
42 } 34 }
43 ], 35 ],
44 "PasswordBranding": [ 36 "PasswordBranding": [
45 { 37 {
46 "group_name": "SmartLockBrandingSavePromptOnly" 38 "group_name": "SmartLockBrandingSavePromptOnly"
47 } 39 }
48 ], 40 ],
(...skipping 22 matching lines...) Expand all
71 ], 63 ],
72 "VarationsServiceControl": [ 64 "VarationsServiceControl": [
73 { 65 {
74 "group_name": "Interval_30min", 66 "group_name": "Interval_30min",
75 "params": { 67 "params": {
76 "fetch_period_min": "30" 68 "fetch_period_min": "30"
77 } 69 }
78 } 70 }
79 ] 71 ]
80 } 72 }
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