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

Unified Diff: net/quic/quic_connection.h

Issue 1190823003: Remove dependency on headers stream from QuicSession. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0616
Patch Set: deleted an include Created 5 years, 6 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/quic_client_session_test.cc ('k') | net/quic/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index 7e49127f516b1791aca0e7cf3ecdfc84705182f6..134d126a8f7cd54e2566971f05151561e59d7826 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -113,7 +113,7 @@ class NET_EXPORT_PRIVATE QuicConnectionVisitorInterface {
// Called to ask if any streams are open in this visitor, excluding the
// reserved crypto and headers stream.
- virtual bool HasOpenDataStreams() const = 0;
+ virtual bool HasOpenDynamicStreams() const = 0;
};
// Interface which gets callbacks from the QuicConnection at interesting
« no previous file with comments | « net/quic/quic_client_session_test.cc ('k') | net/quic/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698