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

Unified Diff: net/url_request/url_request_job.cc

Issue 296433002: Clean up coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: other cleanup Created 6 years, 7 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 | « net/url_request/url_request_context_getter.h ('k') | net/url_request/url_request_job_factory_impl.h » ('j') | 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 d2fa68577ea4e6452d34bdad65a7828d912d9b07..3c85ae6b45fdf9346fda5c7f5cce746b4bfffe7a 100644
--- a/net/url_request/url_request_job.cc
+++ b/net/url_request/url_request_job.cc
@@ -399,8 +399,9 @@ 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());
-
+#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 | « net/url_request/url_request_context_getter.h ('k') | net/url_request/url_request_job_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698