diff options
author | ttuttle@chromium.org <ttuttle@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-21 02:24:34 +0000 |
---|---|---|
committer | ttuttle@chromium.org <ttuttle@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-21 02:24:34 +0000 |
commit | d88ebb58844f25040777e63d1ed52116553721bd (patch) | |
tree | 3e4e0a04d252d0ca5639a0d80d61ca665aa8d883 /net/spdy/spdy_test_util_spdy3.h | |
parent | 1d011263851099636391a7d6405a7abdfa0a74f8 (diff) | |
download | chromium_src-d88ebb58844f25040777e63d1ed52116553721bd.zip chromium_src-d88ebb58844f25040777e63d1ed52116553721bd.tar.gz chromium_src-d88ebb58844f25040777e63d1ed52116553721bd.tar.bz2 |
Remove ConstructSpdyHeader
Remove ConstructSpdyHeader from spdy_test_util_spdy[23], since it's not used anywhere. (I was going to merge it into spdy_test_util_common.)
BUG=226192
Review URL: https://chromiumcodereview.appspot.com/15347002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201198 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_test_util_spdy3.h')
-rw-r--r-- | net/spdy/spdy_test_util_spdy3.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/spdy/spdy_test_util_spdy3.h b/net/spdy/spdy_test_util_spdy3.h index b8dbe88..1da40c3 100644 --- a/net/spdy/spdy_test_util_spdy3.h +++ b/net/spdy/spdy_test_util_spdy3.h @@ -28,17 +28,6 @@ namespace test_spdy3 { // Can't find a function you're looking for? ttuttle is migrating functions // from here into methods in the SpdyTestUtil class in spdy_test_common.h. -// Construct a single SPDY header entry, for validation. -// |extra_headers| are the extra header-value pairs. -// |buffer| is the buffer we're filling in. -// |index| is the index of the header we want. -// Returns the number of bytes written into |buffer|. -int ConstructSpdyHeader(const char* const extra_headers[], - int extra_header_count, - char* buffer, - int buffer_length, - int index); - // Constructs a standard SPDY GET SYN frame, optionally compressed // for the url |url|. // |extra_headers| are the extra header-value pairs, which typically |