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

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

Issue 2944043002: Add NetLog events for HttpServerPropertiesManager (Closed)
Patch Set: address droger comment Created 3 years, 6 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_impl_io_data.cc
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
index 231f8e0e6e2b408568355f70ad895cbc0069b4b7..f2781c8d601696c2e38a78a287126e455c0302e3 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -176,7 +176,7 @@ void ProfileImplIOData::Handle::Init(
PrefService* pref_service = profile_->GetPrefs();
lazy_params->http_server_properties_manager.reset(
chrome_browser_net::HttpServerPropertiesManagerFactory::CreateManager(
- pref_service));
+ pref_service, g_browser_process->io_thread()->net_log()));
io_data_->http_server_properties_manager_ =
lazy_params->http_server_properties_manager.get();

Powered by Google App Engine
This is Rietveld 408576698