| 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": { |
| 11 "limit": "3" | 11 "limit": "3" |
| 12 } | 12 } |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "group_name": "Enabled" | 15 "group_name": "Enabled" |
| 16 } | 16 } |
| 17 ], | 17 ], |
| 18 "ChromotingQUIC": [ | 18 "ChromotingQUIC": [ |
| 19 { | 19 { |
| 20 "group_name": "Enabled" | 20 "group_name": "Enabled", |
| 21 "params": { |
| 22 "delay_tcp_race": "true" |
| 23 } |
| 21 } | 24 } |
| 22 ], | 25 ], |
| 23 "DataCompressionProxyDevRollout": [ | 26 "DataCompressionProxyDevRollout": [ |
| 24 { | 27 { |
| 25 "group_name": "Control" | 28 "group_name": "Control" |
| 26 }, | 29 }, |
| 27 { | 30 { |
| 28 "group_name": "Enabled" | 31 "group_name": "Enabled" |
| 29 } | 32 } |
| 30 ], | 33 ], |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 ], | 66 ], |
| 64 "VarationsServiceControl": [ | 67 "VarationsServiceControl": [ |
| 65 { | 68 { |
| 66 "group_name": "Interval_30min", | 69 "group_name": "Interval_30min", |
| 67 "params": { | 70 "params": { |
| 68 "fetch_period_min": "30" | 71 "fetch_period_min": "30" |
| 69 } | 72 } |
| 70 } | 73 } |
| 71 ] | 74 ] |
| 72 } | 75 } |
| OLD | NEW |