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

Unified Diff: net/quic/quic_crypto_stream.h

Issue 420313005: Land Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0723
Patch Set: change QUIC packet size to 1350 Created 6 years, 5 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/quic/quic_crypto_stream.h
diff --git a/net/quic/quic_crypto_stream.h b/net/quic/quic_crypto_stream.h
index e9d575ccc29444c92399d7f8b0b3b37757eed08a..131e096f31025860b87e5782ed8de6dfb8b8b3ef 100644
--- a/net/quic/quic_crypto_stream.h
+++ b/net/quic/quic_crypto_stream.h
@@ -69,6 +69,8 @@ class NET_EXPORT_PRIVATE QuicCryptoStream
private:
CryptoFramer crypto_framer_;
+ bool is_server_;
+
DISALLOW_COPY_AND_ASSIGN(QuicCryptoStream);
};

Powered by Google App Engine
This is Rietveld 408576698