| 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 15 matching lines...) Expand all Loading... |
| 26 } | 26 } |
| 27 ], | 27 ], |
| 28 "DataReductionProxyConfigService": [ | 28 "DataReductionProxyConfigService": [ |
| 29 { | 29 { |
| 30 "group_name": "Enabled", | 30 "group_name": "Enabled", |
| 31 "params": { | 31 "params": { |
| 32 "minimum_refresh_interval_on_success_msec": "21600000" | 32 "minimum_refresh_interval_on_success_msec": "21600000" |
| 33 } | 33 } |
| 34 } | 34 } |
| 35 ], | 35 ], |
| 36 "PasswordBranding": [ |
| 37 { |
| 38 "group_name": "SmartLockBranding" |
| 39 } |
| 40 ], |
| 36 "QUIC": [ | 41 "QUIC": [ |
| 37 { | 42 { |
| 38 "group_name": "Enabled", | 43 "group_name": "Enabled", |
| 39 "params": { | 44 "params": { |
| 40 "alternate_protocol_probability_threshold": "0.001" | 45 "alternate_protocol_probability_threshold": "0.001" |
| 41 } | 46 } |
| 42 } | 47 } |
| 43 ], | 48 ], |
| 44 "SdchPersistence": [ | 49 "SdchPersistence": [ |
| 45 { | 50 { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 61 ], | 66 ], |
| 62 "VarationsServiceControl": [ | 67 "VarationsServiceControl": [ |
| 63 { | 68 { |
| 64 "group_name": "Interval_30min", | 69 "group_name": "Interval_30min", |
| 65 "params": { | 70 "params": { |
| 66 "fetch_period_min": "30" | 71 "fetch_period_min": "30" |
| 67 } | 72 } |
| 68 } | 73 } |
| 69 ] | 74 ] |
| 70 } | 75 } |
| OLD | NEW |