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

Unified Diff: storage/browser/blob/blob_url_request_job.cc

Issue 1985383002: Logging and check fail crbug/612358 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleaned up logging Created 4 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 | « storage/browser/blob/blob_reader.cc ('k') | storage/browser/blob/internal_blob_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/blob/blob_url_request_job.cc
diff --git a/storage/browser/blob/blob_url_request_job.cc b/storage/browser/blob/blob_url_request_job.cc
index bdaff1486831b044b5f4b89ddd684b12a36b6071..f115848a6dcd12d7a8564544a856974c2ade76e5 100644
--- a/storage/browser/blob/blob_url_request_job.cc
+++ b/storage/browser/blob/blob_url_request_job.cc
@@ -174,6 +174,7 @@ void BlobURLRequestJob::DidStart() {
&BlobURLRequestJob::DidCalculateSize, weak_factory_.GetWeakPtr()));
switch (size_status) {
case BlobReader::Status::NET_ERROR:
+ LOG(INFO) << "Got a failure";
NotifyFailure(blob_reader_->net_error());
return;
case BlobReader::Status::IO_PENDING:
« no previous file with comments | « storage/browser/blob/blob_reader.cc ('k') | storage/browser/blob/internal_blob_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698