Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(698)

Unified Diff: net/url_request/protocol_intercept_job_factory.h

Issue 11227017: Remove the mutation functions interfaces from URLRequestJobFactory. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Android Webview interfaces; also a long awaited rebase. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/url_request/protocol_intercept_job_factory.h
diff --git a/net/url_request/protocol_intercept_job_factory.h b/net/url_request/protocol_intercept_job_factory.h
index 13bfc1c8d024d6a9a1687bf83297e6765d08f7a9..7c5ff0864f3af68b9f6128dabb125a7ae0185d27 100644
--- a/net/url_request/protocol_intercept_job_factory.h
+++ b/net/url_request/protocol_intercept_job_factory.h
@@ -29,9 +29,6 @@ class NET_EXPORT ProtocolInterceptJobFactory : public URLRequestJobFactory {
virtual ~ProtocolInterceptJobFactory();
// URLRequestJobFactory implementation
- virtual bool SetProtocolHandler(const std::string& scheme,
- ProtocolHandler* protocol_handler) OVERRIDE;
- virtual void AddInterceptor(Interceptor* interceptor) OVERRIDE;
virtual URLRequestJob* MaybeCreateJobWithInterceptor(
URLRequest* request, NetworkDelegate* network_delegate) const OVERRIDE;
virtual URLRequestJob* MaybeCreateJobWithProtocolHandler(

Powered by Google App Engine
This is Rietveld 408576698