| Index: trunk/src/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/custom_handlers/protocol_handler_registry.h (revision 188924)
|
| +++ trunk/src/chrome/browser/custom_handlers/protocol_handler_registry.h (working copy)
|
| @@ -112,7 +112,6 @@
|
| net::NetworkDelegate* network_delegate) const OVERRIDE;
|
| virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE;
|
| virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
|
| - virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
|
|
|
| private:
|
| // When JobInterceptorFactory decides to pass on particular requests,
|
|
|