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

Unified Diff: chrome/browser/io_thread.cc

Issue 2650803004: Wire NetLog into the TreeStateTracker (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/io_thread.cc
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index c1578c2a53be3b4cd081e07d93992336960e2cf4..47f56870ca67866b11a803c0da8648da71d954e0 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -597,8 +597,8 @@ void IOThread::Init() {
// Add built-in logs
ct_verifier->AddLogs(globals_->ct_logs);
- ct_tree_tracker_.reset(
- new certificate_transparency::TreeStateTracker(globals_->ct_logs));
+ ct_tree_tracker_.reset(new certificate_transparency::TreeStateTracker(
+ globals_->ct_logs, net_log_));
// Register the ct_tree_tracker_ as observer for new STHs.
RegisterSTHObserver(ct_tree_tracker_.get());
// Register the ct_tree_tracker_ as observer for verified SCTs.
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | components/certificate_transparency/tree_state_tracker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698