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

Unified Diff: net/quic/test_tools/simple_quic_framer.h

Issue 14411004: Land Recent QUIC Changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use CONFIG_VERSION insteaf of VERSION Created 7 years, 8 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/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_;

Powered by Google App Engine
This is Rietveld 408576698