| Index: content/browser/loader/buffered_resource_handler.cc
|
| ===================================================================
|
| --- content/browser/loader/buffered_resource_handler.cc (revision 251585)
|
| +++ content/browser/loader/buffered_resource_handler.cc (working copy)
|
| @@ -365,7 +365,7 @@
|
| // own error page instead of triggering a download.
|
| // TODO(abarth): We should abstract the response_code test, but this kind
|
| // of check is scattered throughout our codebase.
|
| - request()->CancelWithError(net::ERR_FILE_NOT_FOUND);
|
| + request()->CancelWithError(net::ERR_INVALID_RESPONSE);
|
| return false;
|
| }
|
|
|
|
|