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

Unified Diff: net/http/http_server_properties_manager_unittest.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
« no previous file with comments | « net/http/http_server_properties_manager.cc ('k') | net/log/net_log_event_type_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_server_properties_manager_unittest.cc
diff --git a/net/http/http_server_properties_manager_unittest.cc b/net/http/http_server_properties_manager_unittest.cc
index 4460fa76079ed4f23ab394ffc455feae7fe20f77..8c5438c6f6db6fcd04fab35bd60b2ab6f158a928 100644
--- a/net/http/http_server_properties_manager_unittest.cc
+++ b/net/http/http_server_properties_manager_unittest.cc
@@ -86,7 +86,8 @@ class TestingHttpServerPropertiesManager : public HttpServerPropertiesManager {
scoped_refptr<TestMockTimeTaskRunner> net_task_runner)
: HttpServerPropertiesManager(pref_delegate,
pref_task_runner,
- net_task_runner),
+ net_task_runner,
+ nullptr),
pref_task_runner_(std::move(pref_task_runner)),
net_task_runner_(std::move(net_task_runner)) {
// This call must run in the context of |net_task_runner_|.
« no previous file with comments | « net/http/http_server_properties_manager.cc ('k') | net/log/net_log_event_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698