| 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 13 matching lines...) Expand all Loading... |
| 24 } | 24 } |
| 25 ], | 25 ], |
| 26 "DataCompressionProxyDevRollout": [ | 26 "DataCompressionProxyDevRollout": [ |
| 27 { | 27 { |
| 28 "group_name": "Control" | 28 "group_name": "Control" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "group_name": "Enabled" | 31 "group_name": "Enabled" |
| 32 } | 32 } |
| 33 ], | 33 ], |
| 34 "NetworkTimeQueries": [ |
| 35 { |
| 36 "enable_features": [ |
| 37 "NetworkTimeServiceQuerying" |
| 38 ], |
| 39 "group_name": "NetworkTimeQueriesEnabled" |
| 40 } |
| 41 ], |
| 34 "PageRevisitInstrumentation": [ | 42 "PageRevisitInstrumentation": [ |
| 35 { | 43 { |
| 36 "group_name": "Enabled" | 44 "group_name": "Enabled" |
| 37 } | 45 } |
| 38 ], | 46 ], |
| 39 "PasswordBranding": [ | 47 "PasswordBranding": [ |
| 40 { | 48 { |
| 41 "group_name": "SmartLockBrandingSavePromptOnly" | 49 "group_name": "SmartLockBrandingSavePromptOnly" |
| 42 } | 50 } |
| 43 ], | 51 ], |
| (...skipping 22 matching lines...) Expand all Loading... |
| 66 ], | 74 ], |
| 67 "VarationsServiceControl": [ | 75 "VarationsServiceControl": [ |
| 68 { | 76 { |
| 69 "group_name": "Interval_30min", | 77 "group_name": "Interval_30min", |
| 70 "params": { | 78 "params": { |
| 71 "fetch_period_min": "30" | 79 "fetch_period_min": "30" |
| 72 } | 80 } |
| 73 } | 81 } |
| 74 ] | 82 ] |
| 75 } | 83 } |
| OLD | NEW |