Index: trunk/src/net/url_request/file_protocol_handler.cc |
=================================================================== |
--- trunk/src/net/url_request/file_protocol_handler.cc (revision 188924) |
+++ trunk/src/net/url_request/file_protocol_handler.cc (working copy) |
@@ -44,8 +44,4 @@ |
return new URLRequestFileJob(request, network_delegate, file_path); |
} |
-bool FileProtocolHandler::IsSafeRedirectTarget(const GURL& location) const { |
- return false; |
-} |
- |
} // namespace net |