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

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

Issue 1839783002: Revert of Enable DRP config service by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 ],
31 "PageRevisitInstrumentation": [ 39 "PageRevisitInstrumentation": [
32 { 40 {
33 "group_name": "Enabled" 41 "group_name": "Enabled"
34 } 42 }
35 ], 43 ],
36 "PasswordBranding": [ 44 "PasswordBranding": [
37 { 45 {
38 "group_name": "SmartLockBrandingSavePromptOnly" 46 "group_name": "SmartLockBrandingSavePromptOnly"
39 } 47 }
40 ], 48 ],
(...skipping 22 matching lines...) Expand all
63 ], 71 ],
64 "VarationsServiceControl": [ 72 "VarationsServiceControl": [
65 { 73 {
66 "group_name": "Interval_30min", 74 "group_name": "Interval_30min",
67 "params": { 75 "params": {
68 "fetch_period_min": "30" 76 "fetch_period_min": "30"
69 } 77 }
70 } 78 }
71 ] 79 ]
72 } 80 }
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