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