diff options
author | erikchen@google.com <erikchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-21 16:59:59 +0000 |
---|---|---|
committer | erikchen@google.com <erikchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-21 16:59:59 +0000 |
commit | 30c942b07906bc38fda3f88ae43d6dc106de0c46 (patch) | |
tree | 6973e0c6acc8994bc391e7892e3207c0a5b316b9 /net/spdy/spdy_framer.h | |
parent | b1e18a418625f8b005d3854e336893ea629c9e9b (diff) | |
download | chromium_src-30c942b07906bc38fda3f88ae43d6dc106de0c46.zip chromium_src-30c942b07906bc38fda3f88ae43d6dc106de0c46.tar.gz chromium_src-30c942b07906bc38fda3f88ae43d6dc106de0c46.tar.bz2 |
Fixed memory leak in SpdyHttpStreamTest. Removed suppressions.
Also cleaned up spdy unit tests a bit.
TEST=SpdyHttpStreamTest should have no memleaks in valgrind.
BUG=48865, 47950, 46886
Review URL: http://codereview.chromium.org/3033012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53200 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_framer.h')
-rw-r--r-- | net/spdy/spdy_framer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h index 1122474..f188373 100644 --- a/net/spdy/spdy_framer.h +++ b/net/spdy/spdy_framer.h @@ -29,6 +29,7 @@ class HttpNetworkTransactionTest; class SpdyNetworkTransactionTest; class SpdySessionTest; class SpdyStreamTest; +class SpdyHttpStreamTest; } namespace spdy { @@ -249,6 +250,7 @@ class SpdyFramer { friend class net::HttpNetworkTransactionTest; friend class net::HttpNetworkLayer; // This is temporary for the server. friend class net::SpdySessionTest; + friend class net::SpdyHttpStreamTest; friend class net::SpdyStreamTest; friend class test::TestSpdyVisitor; friend void test::FramerSetEnableCompressionHelper(SpdyFramer* framer, |