| Index: net/url_request/url_request_job_factory.h
|
| ===================================================================
|
| --- net/url_request/url_request_job_factory.h (revision 86802)
|
| +++ net/url_request/url_request_job_factory.h (working copy)
|
| @@ -86,11 +86,6 @@
|
| URLRequestJob* MaybeCreateJobWithProtocolHandler(const std::string& scheme,
|
| URLRequest* request) const;
|
|
|
| - URLRequestJob* MaybeInterceptRedirect(const GURL& location,
|
| - URLRequest* request) const;
|
| -
|
| - URLRequestJob* MaybeInterceptResponse(URLRequest* request) const;
|
| -
|
| bool IsHandledProtocol(const std::string& scheme) const;
|
|
|
| bool IsHandledURL(const GURL& url) const;
|
|
|