Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Issue 2936643004: Make OffTheRecordProfileIOData use its own CTVerifier. (Closed)

Created:
3 years, 6 months ago by mmenke
Modified:
3 years, 6 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Make 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -2 lines) Patch
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
mmenke
The code to create the CertVerifier is https://cs.chromium.org/chromium/src/chrome/browser/profiles/profile_io_data.cc?type=cs&q=profile_io_data&l=1148 (Creates them independently for both the OTR ...
3 years, 6 months ago (2017-06-12 21:12:42 UTC) #4
Ryan Sleevi
Explanation for the context: - Sets up a verifier (using the global logs) - Makes ...
3 years, 6 months ago (2017-06-12 21:33:00 UTC) #5
mmenke
On 2017/06/12 21:33:00, Ryan Sleevi wrote: > Explanation for the context: > - Sets up ...
3 years, 6 months ago (2017-06-12 21:41:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2936643004/1
3 years, 6 months ago (2017-06-12 21:42:01 UTC) #10
commit-bot: I haz the power
3 years, 6 months ago (2017-06-12 22:29:19 UTC) #13
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/1a6910dc3ffb95581db2b63a7ccd...

Powered by Google App Engine
This is Rietveld 408576698