| Index: net/url_request/url_request_job.h
|
| ===================================================================
|
| --- net/url_request/url_request_job.h (revision 167555)
|
| +++ net/url_request/url_request_job.h (working copy)
|
| @@ -241,8 +241,8 @@
|
| // Should only be called if the job has not started a resposne.
|
| void NotifyRestartRequired();
|
|
|
| - // Called when the delegate blocks or unblocks this request when intercepting
|
| - // certain requests.
|
| + // Called when the network delegate blocks or unblocks this request when
|
| + // intercepting certain requests.
|
| void SetBlockedOnDelegate();
|
| void SetUnblockedOnDelegate();
|
|
|
|
|