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

Unified Diff: net/spdy/spdy_network_transaction_spdy2_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/spdy/spdy_network_transaction_spdy2_unittest.cc
===================================================================
--- net/spdy/spdy_network_transaction_spdy2_unittest.cc (revision 140196)
+++ net/spdy/spdy_network_transaction_spdy2_unittest.cc (working copy)
@@ -3541,7 +3541,7 @@
MockRead(ASYNC, 0, 0) // EOF
};
- net::CapturingBoundNetLog log(net::CapturingNetLog::kUnbounded);
+ CapturingBoundNetLog log;
scoped_ptr<DelayedSocketData> data(
new DelayedSocketData(1, reads, arraysize(reads),

Powered by Google App Engine
This is Rietveld 408576698