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

Unified Diff: net/quic/quic_http_stream.h

Issue 1688003005: QUIC - instrumentation for testing null QuicSpdyStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add more instrumentation Created 4 years, 10 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 | « no previous file | net/quic/quic_http_stream.cc » ('j') | net/quic/quic_http_stream.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_http_stream.h
diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
index e807a0d196396021f66cfb73c915702562ac50aa..ca5cafa3e9b7fb678d90a91a86829460ca0fa4e0 100644
--- a/net/quic/quic_http_stream.h
+++ b/net/quic/quic_http_stream.h
@@ -178,6 +178,9 @@ class NET_EXPORT_PRIVATE QuicHttpStream
// SSLInfo from the underlying QuicSession.
SSLInfo ssl_info_;
+ // TODO(rtenneti): Temporary until crbug.com/585591 is solved.
+ bool read_is_called_ = false;
ramant (doing other things) 2016/02/11 19:45:47 This is set to true to when we call Read(). Didn't
eroman 2016/02/12 01:42:46 [optional] suggest naming this something closer to
ramant (doing other things) 2016/02/12 02:47:09 Done.
+
base::WeakPtrFactory<QuicHttpStream> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(QuicHttpStream);
« no previous file with comments | « no previous file | net/quic/quic_http_stream.cc » ('j') | net/quic/quic_http_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698