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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 2650803004: Wire NetLog into the TreeStateTracker (Closed)
Patch Set: Adding NetLog usage, tests 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/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index 0e6c1cc2df246cc292013f4d6ad76c486d39444e..44c5fa1df3f0ad137581f15363c57a2fece83f7a 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -1121,7 +1121,7 @@ void ProfileIOData::Init(
main_request_context_->set_cert_transparency_verifier(ct_verifier.get());
ct_tree_tracker_.reset(new certificate_transparency::TreeStateTracker(
- io_thread_globals->ct_logs));
+ io_thread_globals->ct_logs, io_thread->net_log()));
ct_verifier->SetObserver(ct_tree_tracker_.get());
cert_transparency_verifier_ = std::move(ct_verifier);

Powered by Google App Engine
This is Rietveld 408576698