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

Unified Diff: net/quic/core/quic_headers_stream.h

Issue 2438163002: Remove SpdyFramerVisitorInterface::OnControlFrameHeaderData(). (Closed)
Patch Set: rebase Created 4 years, 2 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 | « no previous file | net/quic/core/quic_headers_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_headers_stream.h
diff --git a/net/quic/core/quic_headers_stream.h b/net/quic/core/quic_headers_stream.h
index 5bec850b4d2ff155b1f81c272908ba02a667c104..4963f6241b72e039a04e7cbb26bae5a2d924c065 100644
--- a/net/quic/core/quic_headers_stream.h
+++ b/net/quic/core/quic_headers_stream.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_QUIC_QUIC_HEADERS_STREAM_H_
-#define NET_QUIC_QUIC_HEADERS_STREAM_H_
+#ifndef NET_QUIC_CORE_QUIC_HEADERS_STREAM_H_
+#define NET_QUIC_CORE_QUIC_HEADERS_STREAM_H_
#include <stddef.h>
@@ -122,16 +122,6 @@ class NET_EXPORT_PRIVATE QuicHeadersStream : public ReliableQuicStream {
SpdyStreamId promised_stream_id,
bool end);
- // Called when a chunk of header data is available. This is called
- // after OnHeaders.
- // |stream_id| The stream receiving the header data.
- // |header_data| A buffer containing the header data chunk received.
- // |len| The length of the header data buffer. A length of zero indicates
- // that the header data block has been completely sent.
- void OnControlFrameHeaderData(SpdyStreamId stream_id,
- const char* header_data,
- size_t len);
-
// Called when the complete list of headers is available.
void OnHeaderList(const QuicHeaderList& header_list);
@@ -175,4 +165,4 @@ class NET_EXPORT_PRIVATE QuicHeadersStream : public ReliableQuicStream {
} // namespace net
-#endif // NET_QUIC_QUIC_HEADERS_STREAM_H_
+#endif // NET_QUIC_CORE_QUIC_HEADERS_STREAM_H_
« no previous file with comments | « no previous file | net/quic/core/quic_headers_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698