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

Unified Diff: net/socket/transport_client_socket_unittest.cc

Issue 10546071: CapturingNetLog - remove maximum entries constructor argument. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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: net/socket/transport_client_socket_unittest.cc
===================================================================
--- net/socket/transport_client_socket_unittest.cc (revision 140196)
+++ net/socket/transport_client_socket_unittest.cc (working copy)
@@ -39,7 +39,6 @@
public:
TransportClientSocketTest()
: listen_port_(0),
- net_log_(CapturingNetLog::kUnbounded),
socket_factory_(ClientSocketFactory::GetDefaultFactory()),
close_server_socket_on_next_send_(false) {
}

Powered by Google App Engine
This is Rietveld 408576698