Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Unified Diff: chrome/browser/renderer_host/resource_dispatcher_host.cc

Issue 269064: Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED when... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/automation/url_request_automation_job.cc ('k') | chrome/common/security_filter_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/resource_dispatcher_host.cc
===================================================================
--- chrome/browser/renderer_host/resource_dispatcher_host.cc (revision 29192)
+++ chrome/browser/renderer_host/resource_dispatcher_host.cc (working copy)
@@ -477,7 +477,7 @@
receiver_->Send(new ViewMsg_Resource_RequestComplete(
route_id,
request_id,
- URLRequestStatus(URLRequestStatus::CANCELED, net::ERR_FAILED),
+ URLRequestStatus(URLRequestStatus::CANCELED, net::ERR_ABORTED),
std::string()));
}
}
« no previous file with comments | « chrome/browser/automation/url_request_automation_job.cc ('k') | chrome/common/security_filter_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698