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

Unified Diff: net/tools/quic/quic_spdy_server_stream.h

Issue 1499043002: Delete ParseRequestHeaders declaration win QuicSpdyServerStream, no longer implemented. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@108716094
Patch Set: Created 5 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_spdy_server_stream.h
diff --git a/net/tools/quic/quic_spdy_server_stream.h b/net/tools/quic/quic_spdy_server_stream.h
index 2b3feee0306c0d2be8e4098b2d87ae9d7d4e14e0..708749ea99c2e1a115d7efaae3cc42e7a96badf2 100644
--- a/net/tools/quic/quic_spdy_server_stream.h
+++ b/net/tools/quic/quic_spdy_server_stream.h
@@ -58,10 +58,6 @@ class QuicSpdyServerStream : public QuicSpdyStream {
private:
friend class test::QuicSpdyServerStreamPeer;
- // Parses the request headers from |data| to |request_headers_|.
- // Returns false if there was an error parsing the headers.
- bool ParseRequestHeaders(const char* data, uint32 data_len);
-
// The parsed headers received from the client.
SpdyHeaderBlock request_headers_;
int content_length_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698