| Index: net/url_request/url_request_job_manager.h
|
| diff --git a/net/url_request/url_request_job_manager.h b/net/url_request/url_request_job_manager.h
|
| index 5412ef0dcce742c0f7a11d9726c9904295fa29ef..125d1ac08dccd952c6a3d09a73974ac1449ee3e2 100644
|
| --- a/net/url_request/url_request_job_manager.h
|
| +++ b/net/url_request/url_request_job_manager.h
|
| @@ -36,7 +36,8 @@ class URLRequestJobManager {
|
| // Instantiate an URLRequestJob implementation based on the registered
|
| // interceptors and protocol factories. This will always succeed in
|
| // returning a job unless we are--in the extreme case--out of memory.
|
| - URLRequestJob* CreateJob(URLRequest* request) const;
|
| + URLRequestJob* CreateJob(URLRequest* request,
|
| + NetworkDelegate* network_delegate) const;
|
|
|
| // Allows interceptors to hijack the request after examining the new location
|
| // of a redirect. Returns NULL if no interceptor intervenes.
|
|
|