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