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

Unified Diff: net/url_request/url_request_job.cc

Issue 2286243002: Remove a commented out DCHECK (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4224b4c67792ccc2b3f92124a820f5cbec5ab634..096b18d99c59aa1386ef51aec328170b2b0ef9b1 100644
--- a/net/url_request/url_request_job.cc
+++ b/net/url_request/url_request_job.cc
@@ -529,11 +529,6 @@ void URLRequestJob::ReadRawDataComplete(int result) {
FROM_HERE_WITH_EXPLICIT_FUNCTION(
"475755 URLRequestJob::RawReadCompleted"));
- // TODO(darin): Bug 1004233. Re-enable this test once all of the chrome
- // unit_tests have been fixed to not trip this.
-#if 0
- DCHECK(!request_->status().is_io_pending());
-#endif
// The headers should be complete before reads complete
DCHECK(has_handled_response_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698