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

Unified Diff: trunk/src/net/tools/quic/spdy_utils.h

Issue 15018013: Revert 198736 "Land Recent QUIC changes" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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 | « trunk/src/net/tools/quic/quic_spdy_server_stream.cc ('k') | trunk/src/net/tools/quic/spdy_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/net/tools/quic/spdy_utils.h
===================================================================
--- trunk/src/net/tools/quic/spdy_utils.h (revision 198763)
+++ trunk/src/net/tools/quic/spdy_utils.h (working copy)
@@ -7,7 +7,6 @@
#include <string>
-#include "net/spdy/spdy_framer.h"
#include "net/spdy/spdy_header_block.h"
#include "net/spdy/spdy_protocol.h"
#include "net/tools/flip_server/balsa_headers.h"
@@ -28,15 +27,6 @@
static bool FillBalsaResponseHeaders(const SpdyHeaderBlock& header_block,
BalsaHeaders* response_headers);
-
- static SpdyHeaderBlock RequestHeadersToSpdyHeaders(
- const BalsaHeaders& request_headers);
-
- static SpdyHeaderBlock ResponseHeadersToSpdyHeaders(
- const BalsaHeaders& response_headers);
-
- static std::string SerializeUncompressedHeaders(
- const SpdyHeaderBlock& headers);
};
} // namespace tools
« no previous file with comments | « trunk/src/net/tools/quic/quic_spdy_server_stream.cc ('k') | trunk/src/net/tools/quic/spdy_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698