| Index: net/url_request/url_request_job.h
|
| ===================================================================
|
| --- net/url_request/url_request_job.h (revision 13871)
|
| +++ net/url_request/url_request_job.h (working copy)
|
| @@ -227,6 +227,10 @@
|
| // we were canceled.
|
| void NotifyCanceled();
|
|
|
| + // Notifies the job the request should be restarted.
|
| + // Should only be called if the job has not started a resposne.
|
| + void NotifyRestartRequired();
|
| +
|
| // Called to get more data from the request response. Returns true if there
|
| // is data immediately available to read. Return false otherwise.
|
| // Internally this function may initiate I/O operations to get more data.
|
|
|