Chromium change:
https://chromium.googlesource.com/chromium/src/+/fcd1ed2e85d65d2c4161cbce58c14e6bf3b6b9ec
commit fcd1ed2e85d65d2c4161cbce58c14e6bf3b6b9ec
Author: Emily Stark <estark@google.com>
Date: Wed Dec 7 18:37:46 2022 +0000
Delete Expect-CT
This deletes the code for Expect-CT, an obsolete featured that was deprecated and has been disabled by default for several milestones. The CL mostly contains mechanical code deletion. One exception is that there is new code in net/http/transport_security_persister.cc (and corresponding unit test) to delete Expect-CT entries when they are read from disk.
Bug: 1232560