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

Unified Diff: components/cronet/android/cronet_url_request_context_adapter.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: components/cronet/android/cronet_url_request_context_adapter.cc
diff --git a/components/cronet/android/cronet_url_request_context_adapter.cc b/components/cronet/android/cronet_url_request_context_adapter.cc
index e8e65b4f1015fadeeceb35b90f27fd5f11111618..caa5ef2430d9631384dd17e1a40520201f9a6266 100644
--- a/components/cronet/android/cronet_url_request_context_adapter.cc
+++ b/components/cronet/android/cronet_url_request_context_adapter.cc
@@ -660,7 +660,8 @@ void CronetURLRequestContextAdapter::InitializeOnNetworkThread(
std::unique_ptr<net::HttpServerPropertiesManager>
http_server_properties_manager(new net::HttpServerPropertiesManager(
new PrefServiceAdapter(pref_service_.get()),
- base::ThreadTaskRunnerHandle::Get(), GetNetworkTaskRunner()));
+ base::ThreadTaskRunnerHandle::Get(), GetNetworkTaskRunner(),
+ g_net_log.Get().net_log()));
http_server_properties_manager->InitializeOnNetworkSequence();
http_server_properties_manager_ = http_server_properties_manager.get();
context_builder.SetHttpServerProperties(
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | ios/chrome/browser/browser_state/chrome_browser_state_impl_io_data.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698