| Index: net/quic/test_tools/simple_quic_framer.h
|
| diff --git a/net/quic/test_tools/simple_quic_framer.h b/net/quic/test_tools/simple_quic_framer.h
|
| index 07a443f86928d76df7ce4b1ba01826f86b84c4b0..bda2b8943677c28c8c0fb6e3cadaf30a466fd155 100644
|
| --- a/net/quic/test_tools/simple_quic_framer.h
|
| +++ b/net/quic/test_tools/simple_quic_framer.h
|
| @@ -43,10 +43,6 @@ class SimpleQuicFramer {
|
| const std::vector<QuicRstStreamFrame>& rst_stream_frames() const;
|
| const std::vector<QuicStreamFrame>& stream_frames() const;
|
| const QuicFecData& fec_data() const;
|
| - // HandshakeMessage returns the index'th stream frame as a freshly allocated
|
| - // handshake message which the caller takes ownership of. If parsing fails
|
| - // then NULL is returned.
|
| - CryptoHandshakeMessage* HandshakeMessage(size_t index) const;
|
|
|
| private:
|
| QuicFramer framer_;
|
|
|