Index: chrome/browser/custom_handlers/protocol_handler_registry.h |
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.h b/chrome/browser/custom_handlers/protocol_handler_registry.h |
index 7926a7d269197ff66a867e5b85895c3dcfe7e217..e5be6a8950b1629df5babf684e3bc71d89e6a832 100644 |
--- a/chrome/browser/custom_handlers/protocol_handler_registry.h |
+++ b/chrome/browser/custom_handlers/protocol_handler_registry.h |
@@ -106,9 +106,6 @@ class ProtocolHandlerRegistry : public ProfileKeyedService { |
void Chain(scoped_ptr<net::URLRequestJobFactory> job_factory); |
// URLRequestJobFactory implementation. |
- virtual bool SetProtocolHandler(const std::string& scheme, |
- ProtocolHandler* protocol_handler) OVERRIDE; |
- virtual void AddInterceptor(Interceptor* interceptor) OVERRIDE; |
virtual net::URLRequestJob* MaybeCreateJobWithInterceptor( |
net::URLRequest* request, |
net::NetworkDelegate* network_delegate) const OVERRIDE; |