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

Unified Diff: net/socket/socket_test_util.h

Issue 13834009: SPDY - Re-land greedy read support for SpdySession (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/socket_test_util.h
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
index df30d23e4e43b2adced01fda7fd7d630a6a39fed..b8ccbc0bbef7b86be9a7de0eb207bdb982bbb3d1 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -741,6 +741,7 @@ class DeterministicMockTCPClientSocket
CompletionCallback read_callback_;
DeterministicSocketData* data_;
bool was_used_to_convey_data_;
+ bool peer_closed_connection_;
};
class MockSSLClientSocket : public MockClientSocket, public AsyncSocket {

Powered by Google App Engine
This is Rietveld 408576698