Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "AsyncDNS": [ | 2 "AsyncDNS": [ |
| 3 { | 3 { |
| 4 "group_name": "AsyncDNSA" | 4 "group_name": "AsyncDNSA" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AutofillClassifier": [ | 7 "AutofillClassifier": [ |
| 8 { | 8 { |
| 9 "group_name": "Enabled" | 9 "group_name": "Enabled" |
| 10 } | 10 } |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 89 "PageRevisitInstrumentation": [ | 89 "PageRevisitInstrumentation": [ |
| 90 { | 90 { |
| 91 "group_name": "Enabled" | 91 "group_name": "Enabled" |
| 92 } | 92 } |
| 93 ], | 93 ], |
| 94 "PasswordBranding": [ | 94 "PasswordBranding": [ |
| 95 { | 95 { |
| 96 "group_name": "SmartLockBrandingSavePromptOnly" | 96 "group_name": "SmartLockBrandingSavePromptOnly" |
| 97 } | 97 } |
| 98 ], | 98 ], |
| 99 "PreconnectMore": [ | |
| 100 { | |
| 101 "group_name": "PreconnectMoreAllFrames" | |
|
Alexei Svitkine (slow)
2016/03/21 19:42:12
This doesn't actually enable the features unless y
Charlie Harrison
2016/03/22 16:26:36
Ah ok. Updated.
| |
| 102 }, | |
| 103 { | |
| 104 "group_name": "PreconnectMoreMainFrameOnly" | |
| 105 } | |
| 106 ], | |
| 99 "QUIC": [ | 107 "QUIC": [ |
| 100 { | 108 { |
| 101 "group_name": "Enabled" | 109 "group_name": "Enabled" |
| 102 } | 110 } |
| 103 ], | 111 ], |
| 104 "RefreshTokenDeviceId": [ | 112 "RefreshTokenDeviceId": [ |
| 105 { | 113 { |
| 106 "group_name": "Enabled" | 114 "group_name": "Enabled" |
| 107 } | 115 } |
| 108 ], | 116 ], |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 248 ], | 256 ], |
| 249 "use-new-media-cache": [ | 257 "use-new-media-cache": [ |
| 250 { | 258 { |
| 251 "enable_features": [ | 259 "enable_features": [ |
| 252 "use-new-media-cache" | 260 "use-new-media-cache" |
| 253 ], | 261 ], |
| 254 "group_name": "Enabled" | 262 "group_name": "Enabled" |
| 255 } | 263 } |
| 256 ] | 264 ] |
| 257 } | 265 } |
| OLD | NEW |