summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_job.h
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-04 04:12:23 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-04 04:12:23 +0000
commit448d4ca50bf2216c6217acc13d000f4e451d485a (patch)
treea747072a0641d9488ef77b2a3c598e17a1f2c604 /net/websockets/websocket_job.h
parentf259ea51f61f8e97117ab142606d33d859de7763 (diff)
downloadchromium_src-448d4ca50bf2216c6217acc13d000f4e451d485a.zip
chromium_src-448d4ca50bf2216c6217acc13d000f4e451d485a.tar.gz
chromium_src-448d4ca50bf2216c6217acc13d000f4e451d485a.tar.bz2
Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing
spdy 3 framer changes. Review URL: https://chromiumcodereview.appspot.com/9582034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124886 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/websockets/websocket_job.h')
-rw-r--r--net/websockets/websocket_job.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/websockets/websocket_job.h b/net/websockets/websocket_job.h
index 64f20ce..96fa054 100644
--- a/net/websockets/websocket_job.h
+++ b/net/websockets/websocket_job.h
@@ -84,7 +84,8 @@ class NET_EXPORT WebSocketJob
private:
friend class WebSocketThrottle;
- friend class WebSocketJobTest;
+ friend class WebSocketJobSpdy2Test;
+ friend class WebSocketJobSpdy3Test;
virtual ~WebSocketJob();
bool SendHandshakeRequest(const char* data, int len);