| OLD | NEW |
| 1 { | 1 { |
| 2 "AffiliationBasedMatching": [ |
| 3 { |
| 4 "group_name": "Disabled", |
| 5 "params": { |
| 6 "propagate_password_changes_to_web": "Disabled" |
| 7 } |
| 8 } |
| 9 ], |
| 2 "AutofillFieldMetadata": [ | 10 "AutofillFieldMetadata": [ |
| 3 { | 11 { |
| 4 "group_name": "Enabled" | 12 "group_name": "Enabled" |
| 5 } | 13 } |
| 6 ], | 14 ], |
| 7 "AutofillProfileOrderByFrecency": [ | 15 "AutofillProfileOrderByFrecency": [ |
| 8 { | 16 { |
| 9 "group_name": "EnabledLimitTo3", | 17 "group_name": "EnabledLimitTo3", |
| 10 "params": { | 18 "params": { |
| 11 "limit": "3" | 19 "limit": "3" |
| 12 } | 20 } |
| 13 }, | 21 }, |
| 14 { | 22 { |
| 15 "group_name": "Enabled" | 23 "group_name": "Enabled" |
| 16 } | 24 } |
| 17 ], | 25 ], |
| 26 "AutofillSyncCredential": [ |
| 27 { |
| 28 "group_name": "DisallowSyncCredentials" |
| 29 }, |
| 30 { |
| 31 "group_name": "DisallowSyncCredentialsForReauth" |
| 32 } |
| 33 ], |
| 18 "ChromotingQUIC": [ | 34 "ChromotingQUIC": [ |
| 19 { | 35 { |
| 20 "group_name": "Enabled" | 36 "group_name": "Enabled" |
| 21 } | 37 } |
| 22 ], | 38 ], |
| 23 "DataCompressionProxyDevRollout": [ | 39 "DataCompressionProxyDevRollout": [ |
| 24 { | 40 { |
| 25 "group_name": "Control" | 41 "group_name": "Control" |
| 26 }, | 42 }, |
| 27 { | 43 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 39 "PageRevisitInstrumentation": [ | 55 "PageRevisitInstrumentation": [ |
| 40 { | 56 { |
| 41 "group_name": "Enabled" | 57 "group_name": "Enabled" |
| 42 } | 58 } |
| 43 ], | 59 ], |
| 44 "PasswordBranding": [ | 60 "PasswordBranding": [ |
| 45 { | 61 { |
| 46 "group_name": "SmartLockBrandingSavePromptOnly" | 62 "group_name": "SmartLockBrandingSavePromptOnly" |
| 47 } | 63 } |
| 48 ], | 64 ], |
| 65 "PasswordManagerDropSyncCredential": [ |
| 66 { |
| 67 "group_name": "Enabled" |
| 68 }, |
| 69 { |
| 70 "group_name": "Disabled" |
| 71 } |
| 72 ], |
| 49 "QUIC": [ | 73 "QUIC": [ |
| 50 { | 74 { |
| 51 "group_name": "Enabled", | 75 "group_name": "Enabled", |
| 52 "params": { | 76 "params": { |
| 53 "alternate_protocol_probability_threshold": "0.001" | 77 "alternate_protocol_probability_threshold": "0.001" |
| 54 } | 78 } |
| 55 } | 79 } |
| 56 ], | 80 ], |
| 57 "SdchPersistence": [ | 81 "SdchPersistence": [ |
| 58 { | 82 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 79 ], | 103 ], |
| 80 "VarationsServiceControl": [ | 104 "VarationsServiceControl": [ |
| 81 { | 105 { |
| 82 "group_name": "Interval_30min", | 106 "group_name": "Interval_30min", |
| 83 "params": { | 107 "params": { |
| 84 "fetch_period_min": "30" | 108 "fetch_period_min": "30" |
| 85 } | 109 } |
| 86 } | 110 } |
| 87 ] | 111 ] |
| 88 } | 112 } |
| OLD | NEW |