Chromium Code Reviews| Index: net/socket_stream/socket_stream_job.h |
| =================================================================== |
| --- net/socket_stream/socket_stream_job.h (revision 81709) |
| +++ net/socket_stream/socket_stream_job.h (working copy) |
| @@ -32,7 +32,9 @@ |
| ProtocolFactory* factory); |
| static SocketStreamJob* CreateSocketStreamJob( |
| - const GURL& url, SocketStream::Delegate* delegate); |
| + const GURL& url, |
| + SocketStream::Delegate* delegate, |
| + const URLRequestContext& context); |
|
willchan no longer on Chromium
2011/04/29 19:09:46
Please pass in the exact dependencies. I'm trying
|
| SocketStreamJob(); |
| void InitSocketStream(SocketStream* socket) { |
| @@ -61,6 +63,7 @@ |
| virtual void DetachDelegate(); |
| protected: |
| + friend class WebSocketJobTest; |
| friend class base::RefCountedThreadSafe<SocketStreamJob>; |
| virtual ~SocketStreamJob(); |