| OLD | NEW |
| 1 { | 1 { |
| 2 "AutofillFieldMetadata": [ | 2 "AutofillFieldMetadata": [ |
| 3 { | 3 { |
| 4 "group_name": "Enabled" | 4 "group_name": "Enabled" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AutofillProfileCleanup": [ | 7 "AutofillProfileCleanup": [ |
| 8 { | 8 { |
| 9 "enable_features": [ | 9 "enable_features": [ |
| 10 "AutofillProfileCleanup" | 10 "AutofillProfileCleanup" |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 "params": { | 73 "params": { |
| 74 "delay_tcp_race": "true" | 74 "delay_tcp_race": "true" |
| 75 } | 75 } |
| 76 } | 76 } |
| 77 ], | 77 ], |
| 78 "SdchPersistence": [ | 78 "SdchPersistence": [ |
| 79 { | 79 { |
| 80 "group_name": "Enabled" | 80 "group_name": "Enabled" |
| 81 } | 81 } |
| 82 ], | 82 ], |
| 83 "SecurityWarningIconUpdate": [ |
| 84 { |
| 85 "enable_features": [ |
| 86 "SecurityWarningIconUpdate" |
| 87 ], |
| 88 "group_name": "Enabled" |
| 89 }, |
| 90 { |
| 91 "disable_features": [ |
| 92 "SecurityWarningIconUpdate" |
| 93 ], |
| 94 "group_name": "Control" |
| 95 }, |
| 96 { |
| 97 "group_name": "Default" |
| 98 } |
| 99 ], |
| 83 "SyncHttpContentCompression": [ | 100 "SyncHttpContentCompression": [ |
| 84 { | 101 { |
| 85 "group_name": "Enabled" | 102 "group_name": "Enabled" |
| 86 }, | 103 }, |
| 87 { | 104 { |
| 88 "group_name": "Disabled" | 105 "group_name": "Disabled" |
| 89 } | 106 } |
| 90 ], | 107 ], |
| 91 "TabSyncByRecency": [ | 108 "TabSyncByRecency": [ |
| 92 { | 109 { |
| 93 "group_name": "Enabled" | 110 "group_name": "Enabled" |
| 94 } | 111 } |
| 95 ] | 112 ] |
| 96 } | 113 } |
| OLD | NEW |