Chromium Code Reviews| 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..307adcce6415ab82fb9fdfea28693141b35006c4 100644 |
| --- a/net/url_request/url_request_job_factory.h |
| +++ b/net/url_request/url_request_job_factory.h |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
|
erikwright (departed)
2012/10/22 13:13:31
No good deed goes unpunished: new policy is to not
|
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -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( |