Index: net/url_request/url_request_job_factory.h |
diff --git a/net/url_request/url_request_job_factory.h b/net/url_request/url_request_job_factory.h |
index adff7f1d818ef46c679d2b93d53aa6dbe503feeb..ca234a37da4898bfaa724a6a6b977041a1d2c91d 100644 |
--- a/net/url_request/url_request_job_factory.h |
+++ b/net/url_request/url_request_job_factory.h |
@@ -74,18 +74,6 @@ class NET_EXPORT URLRequestJobFactory |
URLRequestJobFactory(); |
virtual ~URLRequestJobFactory(); |
- // TODO(shalev): Remove this from the interface. |
- // Sets the ProtocolHandler for a scheme. Returns true on success, false on |
- // failure (a ProtocolHandler already exists for |scheme|). On success, |
- // URLRequestJobFactory takes ownership of |protocol_handler|. |
- virtual bool SetProtocolHandler(const std::string& scheme, |
- ProtocolHandler* protocol_handler) = 0; |
- |
- // TODO(shalev): Remove this from the interface. |
- // Takes ownership of |interceptor|. Adds it to the end of the Interceptor |
- // list. |
- virtual void AddInterceptor(Interceptor* interceptor) = 0; |
- |
// TODO(shalev): Consolidate MaybeCreateJobWithInterceptor and |
// MaybeCreateJobWithProtocolHandler into a single method. |
virtual URLRequestJob* MaybeCreateJobWithInterceptor( |