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

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

Issue 2477703002: Remove now unused Balsa code. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « net/tools/quic/quic_spdy_client_stream.cc ('k') | net/tools/quic/spdy_balsa_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/spdy_balsa_utils.h
diff --git a/net/tools/quic/spdy_balsa_utils.h b/net/tools/quic/spdy_balsa_utils.h
deleted file mode 100644
index dadb0eca479ced8b0b84954bbf4d19b10539ba9d..0000000000000000000000000000000000000000
--- a/net/tools/quic/spdy_balsa_utils.h
+++ /dev/null
@@ -1,42 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NET_TOOLS_QUIC_SPDY_BALSA_UTILS_H_
-#define NET_TOOLS_QUIC_SPDY_BALSA_UTILS_H_
-
-#include <string>
-
-#include "base/macros.h"
-#include "net/quic/core/quic_protocol.h"
-#include "net/spdy/spdy_framer.h"
-#include "net/spdy/spdy_header_block.h"
-#include "net/spdy/spdy_protocol.h"
-#include "net/tools/balsa/balsa_headers.h"
-
-namespace net {
-
-class SpdyBalsaUtils {
- public:
- static std::string SerializeResponseHeaders(
- const BalsaHeaders& response_headers);
-
- static SpdyHeaderBlock RequestHeadersToSpdyHeaders(
- const BalsaHeaders& request_headers);
-
- static SpdyHeaderBlock ResponseHeadersToSpdyHeaders(
- const BalsaHeaders& response_headers);
-
- static void SpdyHeadersToResponseHeaders(const SpdyHeaderBlock& block,
- BalsaHeaders* headers);
-
- static void SpdyHeadersToRequestHeaders(const SpdyHeaderBlock& block,
- BalsaHeaders* headers);
-
- private:
- DISALLOW_COPY_AND_ASSIGN(SpdyBalsaUtils);
-};
-
-} // namespace net
-
-#endif // NET_TOOLS_QUIC_SPDY_BALSA_UTILS_H_
« no previous file with comments | « net/tools/quic/quic_spdy_client_stream.cc ('k') | net/tools/quic/spdy_balsa_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698