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

Unified Diff: net/http/http_stream_factory_impl_unittest.cc

Issue 9225028: Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 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: net/http/http_stream_factory_impl_unittest.cc
===================================================================
--- net/http/http_stream_factory_impl_unittest.cc (revision 118864)
+++ net/http/http_stream_factory_impl_unittest.cc (working copy)
@@ -177,7 +177,7 @@
request.load_flags = 0;
session->http_stream_factory()->PreconnectStreams(
- num_streams, request, ssl_config, ssl_config, BoundNetLog());
+ num_streams, request, ssl_config, ssl_config);
mock_factory->WaitForPreconnects();
};

Powered by Google App Engine
This is Rietveld 408576698