OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |