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

Unified Diff: net/quic/quartc/quartc_session.h

Issue 2823223003: Rename QuicSession::GetCryptoStream() to GetMutableCryptoStream(). Add a const GetCryptoStream(). M… (Closed)
Patch Set: Created 3 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
« no previous file with comments | « net/quic/core/quic_session_test.cc ('k') | net/quic/quartc/quartc_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quartc/quartc_session.h
diff --git a/net/quic/quartc/quartc_session.h b/net/quic/quartc/quartc_session.h
index 2b3fa4bd175835b852290ff3a91b5524a54d0158..7996a1f76d493e97e254fe5aa8b92d7f55ee814c 100644
--- a/net/quic/quartc/quartc_session.h
+++ b/net/quic/quartc/quartc_session.h
@@ -40,7 +40,8 @@ class QUIC_EXPORT_PRIVATE QuartcSession
~QuartcSession() override;
// QuicSession overrides.
- QuicCryptoStream* GetCryptoStream() override;
+ const QuicCryptoStream* GetCryptoStream() const override;
+ QuicCryptoStream* GetMutableCryptoStream() override;
QuartcStream* CreateOutgoingDynamicStream(SpdyPriority priority) override;
« no previous file with comments | « net/quic/core/quic_session_test.cc ('k') | net/quic/quartc/quartc_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698