| Index: net/socket_stream/socket_stream_job_manager.h
|
| ===================================================================
|
| --- net/socket_stream/socket_stream_job_manager.h (revision 255909)
|
| +++ net/socket_stream/socket_stream_job_manager.h (working copy)
|
| @@ -22,7 +22,8 @@
|
| static SocketStreamJobManager* GetInstance();
|
|
|
| SocketStreamJob* CreateJob(
|
| - const GURL& url, SocketStream::Delegate* delegate) const;
|
| + const GURL& url, SocketStream::Delegate* delegate,
|
| + URLRequestContext* context, CookieStore* cookie_store) const;
|
|
|
| SocketStreamJob::ProtocolFactory* RegisterProtocolFactory(
|
| const std::string& scheme, SocketStreamJob::ProtocolFactory* factory);
|
|
|