diff options
Diffstat (limited to 'net/url_request/file_protocol_handler.h')
-rw-r--r-- | net/url_request/file_protocol_handler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/url_request/file_protocol_handler.h b/net/url_request/file_protocol_handler.h index 8087a6e..619227b 100644 --- a/net/url_request/file_protocol_handler.h +++ b/net/url_request/file_protocol_handler.h @@ -9,8 +9,6 @@ #include "base/compiler_specific.h" #include "net/url_request/url_request_job_factory.h" -class GURL; - namespace net { class NetworkDelegate; @@ -24,7 +22,6 @@ class NET_EXPORT FileProtocolHandler : FileProtocolHandler(); virtual URLRequestJob* MaybeCreateJob( URLRequest* request, NetworkDelegate* network_delegate) const OVERRIDE; - virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE; private: DISALLOW_COPY_AND_ASSIGN(FileProtocolHandler); |