| 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
|
|
|