summaryrefslogtreecommitdiffstats
path: root/net/flip/flip_session.h
diff options
context:
space:
mode:
authormbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 15:25:01 +0000
committermbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 15:25:01 +0000
commit72552f0854e3182445362fa95158ea4e6c658c2c (patch)
treeb86faff989fd2bd2ef5b818233e9ba2d5dd22af8 /net/flip/flip_session.h
parentea8fe5771ba099a83192fb6355e70ff72829ac9e (diff)
downloadchromium_src-72552f0854e3182445362fa95158ea4e6c658c2c.zip
chromium_src-72552f0854e3182445362fa95158ea4e6c658c2c.tar.gz
chromium_src-72552f0854e3182445362fa95158ea4e6c658c2c.tar.bz2
Update the unit test to test the FLIP client writes as well
as the FLIP client reads. Then, enable the use of the CONTROL_FLAG_FIN on a request which has no data. Added a new test for a POST. The test passes today, but I will make it stronger with my next pass at fully implementing POST. POST uploads are still not complete BUG=none TEST=none Review URL: http://codereview.chromium.org/338055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/flip/flip_session.h')
-rw-r--r--net/flip/flip_session.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/flip/flip_session.h b/net/flip/flip_session.h
index 1845c27..81ec364 100644
--- a/net/flip/flip_session.h
+++ b/net/flip/flip_session.h
@@ -112,8 +112,7 @@ class FlipSession : public base::RefCounted<FlipSession>,
// status, such as "resolving host", "connecting", etc.
LoadState GetLoadState() const;
protected:
- FRIEND_TEST(FlipNetworkTransactionTest, Connect);
- FRIEND_TEST(FlipNetworkTransactionTest, ResponseWithoutSynReply);
+ friend class FlipNetworkTransactionTest;
friend class FlipSessionPool;
friend class HttpNetworkLayer; // Temporary for server.