Index: net/url_request/url_request_job.cc |
diff --git a/net/url_request/url_request_job.cc b/net/url_request/url_request_job.cc |
index d2fa68577ea4e6452d34bdad65a7828d912d9b07..c73c741befd7f283245438025059cf014b62a612 100644 |
--- a/net/url_request/url_request_job.cc |
+++ b/net/url_request/url_request_job.cc |
@@ -399,7 +399,7 @@ void URLRequestJob::NotifyReadComplete(int bytes_read) { |
// TODO(darin): Bug 1004233. Re-enable this test once all of the chrome |
// unit_tests have been fixed to not trip this. |
- //DCHECK(!request_->status().is_io_pending()); |
+ // DCHECK(!request_->status().is_io_pending()); |
wtc
2014/05/19 19:08:53
Nit: this isn't really a comment. Here we are comm
|
// The headers should be complete before reads complete |
DCHECK(has_handled_response_); |