Index: trunk/src/content/browser/loader/async_resource_handler.cc |
=================================================================== |
--- trunk/src/content/browser/loader/async_resource_handler.cc (revision 256703) |
+++ trunk/src/content/browser/loader/async_resource_handler.cc (working copy) |
@@ -200,15 +200,6 @@ |
net::GetHostOrSpecFromURL(request_url)))); |
} |
- // If the parent handler downloaded the resource to a file, grant the child |
- // read permissions on it. Note: there is similar logic in |
- // SyncResourceHandler. |
- if (!response->head.download_file_path.empty()) { |
- rdh_->RegisterDownloadedTempFile( |
- info->GetChildID(), info->GetRequestID(), |
- response->head.download_file_path); |
- } |
- |
response->head.request_start = request()->creation_time(); |
response->head.response_start = TimeTicks::Now(); |
info->filter()->Send(new ResourceMsg_ReceivedResponse(request_id, |