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

Unified Diff: ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm

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: ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm
diff --git a/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm b/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm
index 17f2f816a9f3557d119619d16312ec86a2b37f9d..a48e6b2169b4a29ce4f2425cc5efdb86c44206e3 100644
--- a/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm
+++ b/ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm
@@ -158,7 +158,9 @@ void ChromeBrowserStateImplIOData::Handle::LazyInitialize() const {
initialized_ = true;
PrefService* pref_service = browser_state_->GetPrefs();
io_data_->http_server_properties_manager_ =
- HttpServerPropertiesManagerFactory::CreateManager(pref_service);
+ HttpServerPropertiesManagerFactory::CreateManager(
+ pref_service,
+ GetApplicationContext()->GetIOSChromeIOThread()->net_log());
io_data_->set_http_server_properties(
base::WrapUnique(io_data_->http_server_properties_manager_));
io_data_->InitializeOnUIThread(browser_state_);

Powered by Google App Engine
This is Rietveld 408576698