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

Unified Diff: chrome/browser/io_thread.cc

Issue 2650803004: Wire NetLog into the TreeStateTracker (Closed)
Patch Set: Looking for entry first 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
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.cc
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index f5b22c7b237356ea634bd013f7e089fe01fa3c47..e5f48f7ed2cb8eef0bc6142e093e6eceba017d63 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -596,8 +596,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698