Chromium Code Reviews
DescriptionMake OffTheRecordProfileIOData use its own CTVerifier.
It subclasses ProfileIOData, which always makes and sets a CTVerifier
for the MainURLRequestContext, but the OffTheRecordProfileIOData was
replacing the pointer with on to the system context's CTVerifier. Both
verifiers are created with the same arguments, so this doesn't seem to
server any useful purpose.
The CTVerifier created by ProfileIOData contains no reference to
outside data, other than CTLogs and as an STH Observers, so it should
be fine to use for Incognito mode (Also note that it is not shared
between Incognito and non-Incognito).
BUG=732537
Review-Url: https://codereview.chromium.org/2936643004
Cr-Commit-Position: refs/heads/master@{#478792}
Committed: https://chromium.googlesource.com/chromium/src/+/1a6910dc3ffb95581db2b63a7ccd9b089585d323
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|
|||||||||||||||||||