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

Unified Diff: net/quic/quic_session.h

Issue 15937012: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small bug fixes Created 7 years, 7 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_session.h
diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
index 10ede55d6c31b9e0d907b972efceeb89d26380a6..e5793d78cd078c5f248ed37b24fa728d690d8f5d 100644
--- a/net/quic/quic_session.h
+++ b/net/quic/quic_session.h
@@ -106,7 +106,7 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
// Returns mutable config for this session. Returned config is owned
// by QuicSession.
- virtual QuicConfig* config();
+ QuicConfig* config();
// Returns true if the stream existed previously and has been closed.
// Returns false if the stream is still active or if the stream has

Powered by Google App Engine
This is Rietveld 408576698