OLD | NEW |
1 { | 1 { |
2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
3 { | 3 { |
4 "group_name": "Disabled" | 4 "group_name": "Disabled" |
5 } | 5 } |
6 ], | 6 ], |
7 "AsyncDns": [ | 7 "AsyncDns": [ |
8 { | 8 { |
9 "group_name": "AsyncDnsA" | 9 "group_name": "AsyncDnsA" |
10 }, | 10 }, |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 } | 116 } |
117 ], | 117 ], |
118 "ImeThread": [ | 118 "ImeThread": [ |
119 { | 119 { |
120 "enable_features": [ | 120 "enable_features": [ |
121 "ImeThread" | 121 "ImeThread" |
122 ], | 122 ], |
123 "group_name": "Enabled" | 123 "group_name": "Enabled" |
124 } | 124 } |
125 ], | 125 ], |
| 126 "ImportantSitesInCBD": [ |
| 127 { |
| 128 "enable_features": [ |
| 129 "ImportantSitesInCBD" |
| 130 ], |
| 131 "group_name": "DialogEnabled" |
| 132 } |
| 133 ], |
126 "InvalidationsGCMUpstream": [ | 134 "InvalidationsGCMUpstream": [ |
127 { | 135 { |
128 "group_name": "Enabled" | 136 "group_name": "Enabled" |
129 }, | 137 }, |
130 { | 138 { |
131 "group_name": "Control" | 139 "group_name": "Control" |
132 }, | 140 }, |
133 { | 141 { |
134 "group_name": "Disabled" | 142 "group_name": "Disabled" |
135 } | 143 } |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 ], | 561 ], |
554 "use-new-media-cache": [ | 562 "use-new-media-cache": [ |
555 { | 563 { |
556 "enable_features": [ | 564 "enable_features": [ |
557 "use-new-media-cache" | 565 "use-new-media-cache" |
558 ], | 566 ], |
559 "group_name": "Enabled" | 567 "group_name": "Enabled" |
560 } | 568 } |
561 ] | 569 ] |
562 } | 570 } |
OLD | NEW |