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 3426ab08616e7542274d18a0bf696cbd066c20c5..6c25ac1d7ada7493b7e958c8de2b8609a45580cd 100644 |
--- a/chrome/browser/custom_handlers/protocol_handler_registry.h |
+++ b/chrome/browser/custom_handlers/protocol_handler_registry.h |
@@ -116,6 +116,16 @@ class ProtocolHandlerRegistry : public KeyedService { |
const std::string& scheme, |
net::URLRequest* request, |
net::NetworkDelegate* network_delegate) const override; |
+ |
+ net::URLRequestJob* MaybeInterceptRedirect( |
+ net::URLRequest* request, |
+ net::NetworkDelegate* network_delegate, |
+ const GURL& location) const override; |
+ |
+ net::URLRequestJob* MaybeInterceptResponse( |
+ net::URLRequest* request, |
+ net::NetworkDelegate* network_delegate) const override; |
+ |
bool IsHandledProtocol(const std::string& scheme) const override; |
bool IsHandledURL(const GURL& url) const override; |
bool IsSafeRedirectTarget(const GURL& location) const override; |