| Index: net/quic/core/quic_client_session_base.h
|
| diff --git a/net/quic/core/quic_client_session_base.h b/net/quic/core/quic_client_session_base.h
|
| index 46e0a1e1599bb8aa0b968a24025eb863f117c2a7..f4024e2469d04984c91a07179235ca58dabaa537 100644
|
| --- a/net/quic/core/quic_client_session_base.h
|
| +++ b/net/quic/core/quic_client_session_base.h
|
| @@ -65,8 +65,8 @@ class NET_EXPORT_PRIVATE QuicClientSessionBase
|
| // Called by |QuicSpdyClientStream| on receipt of PUSH_PROMISE, does
|
| // some session level validation and creates the
|
| // |QuicClientPromisedInfo| inserting into maps by (promised) id and
|
| - // url. Returns true if a new push promise is accepted. Reset the promised and
|
| - // returns false otherwiese.
|
| + // url. Returns true if a new push promise is accepted. Reset the promised
|
| + // stream and returns false otherwiese.
|
| virtual bool HandlePromised(QuicStreamId associated_id,
|
| QuicStreamId promised_id,
|
| const SpdyHeaderBlock& headers);
|
|
|