| OLD | NEW |
| 1 { | 1 { |
| 2 "AffiliationBasedMatching": [ |
| 3 { |
| 4 "group_name": "Disabled", |
| 5 "params": { |
| 6 "propagate_password_changes_to_web": "Disabled" |
| 7 } |
| 8 } |
| 9 ], |
| 2 "AutofillClassifier": [ | 10 "AutofillClassifier": [ |
| 3 { | 11 { |
| 4 "group_name": "Enabled" | 12 "group_name": "Enabled" |
| 5 } | 13 } |
| 6 ], | 14 ], |
| 7 "AutofillFieldMetadata": [ | 15 "AutofillFieldMetadata": [ |
| 8 { | 16 { |
| 9 "group_name": "Enabled" | 17 "group_name": "Enabled" |
| 10 } | 18 } |
| 11 ], | 19 ], |
| 12 "AutofillProfileOrderByFrecency": [ | 20 "AutofillProfileOrderByFrecency": [ |
| 13 { | 21 { |
| 14 "group_name": "EnabledLimitTo3", | 22 "group_name": "EnabledLimitTo3", |
| 15 "params": { | 23 "params": { |
| 16 "limit": "3" | 24 "limit": "3" |
| 17 } | 25 } |
| 18 }, | 26 }, |
| 19 { | 27 { |
| 20 "group_name": "Enabled" | 28 "group_name": "Enabled" |
| 21 } | 29 } |
| 22 ], | 30 ], |
| 31 "AutofillSyncCredential": [ |
| 32 { |
| 33 "group_name": "DisallowSyncCredentials" |
| 34 }, |
| 35 { |
| 36 "group_name": "DisallowSyncCredentialsForReauth" |
| 37 } |
| 38 ], |
| 23 "CaptivePortalInterstitial": [ | 39 "CaptivePortalInterstitial": [ |
| 24 { | 40 { |
| 25 "group_name": "Enabled" | 41 "group_name": "Enabled" |
| 26 } | 42 } |
| 27 ], | 43 ], |
| 28 "ChromeDashboard": [ | 44 "ChromeDashboard": [ |
| 29 { | 45 { |
| 30 "group_name": "Enabled" | 46 "group_name": "Enabled" |
| 31 }, | 47 }, |
| 32 { | 48 { |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "PageRevisitInstrumentation": [ | 90 "PageRevisitInstrumentation": [ |
| 75 { | 91 { |
| 76 "group_name": "Enabled" | 92 "group_name": "Enabled" |
| 77 } | 93 } |
| 78 ], | 94 ], |
| 79 "PasswordBranding": [ | 95 "PasswordBranding": [ |
| 80 { | 96 { |
| 81 "group_name": "SmartLockBrandingSavePromptOnly" | 97 "group_name": "SmartLockBrandingSavePromptOnly" |
| 82 } | 98 } |
| 83 ], | 99 ], |
| 100 "PasswordManagerDropSyncCredential": [ |
| 101 { |
| 102 "group_name": "Enabled" |
| 103 }, |
| 104 { |
| 105 "group_name": "Disabled" |
| 106 } |
| 107 ], |
| 84 "QUIC": [ | 108 "QUIC": [ |
| 85 { | 109 { |
| 86 "group_name": "Enabled", | 110 "group_name": "Enabled", |
| 87 "params": { | 111 "params": { |
| 88 "alternate_protocol_probability_threshold": "0.01" | 112 "alternate_protocol_probability_threshold": "0.01" |
| 89 } | 113 } |
| 90 } | 114 } |
| 91 ], | 115 ], |
| 92 "RenderingPipelineThrottling": [ | 116 "RenderingPipelineThrottling": [ |
| 93 { | 117 { |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 ], | 215 ], |
| 192 "use-new-media-cache": [ | 216 "use-new-media-cache": [ |
| 193 { | 217 { |
| 194 "enable_features": [ | 218 "enable_features": [ |
| 195 "use-new-media-cache" | 219 "use-new-media-cache" |
| 196 ], | 220 ], |
| 197 "group_name": "Enabled" | 221 "group_name": "Enabled" |
| 198 } | 222 } |
| 199 ] | 223 ] |
| 200 } | 224 } |
| OLD | NEW |