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

Unified Diff: content/browser/cache_storage/cache_storage_blob_to_disk_cache.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 | « no previous file | content/browser/cache_storage/cache_storage_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/cache_storage/cache_storage_blob_to_disk_cache.cc
diff --git a/content/browser/cache_storage/cache_storage_blob_to_disk_cache.cc b/content/browser/cache_storage/cache_storage_blob_to_disk_cache.cc
index a61cc7c372c81504d6a96de94861f78824cb9899..12814128c83130990bea88b129526e773e36f3a0 100644
--- a/content/browser/cache_storage/cache_storage_blob_to_disk_cache.cc
+++ b/content/browser/cache_storage/cache_storage_blob_to_disk_cache.cc
@@ -51,6 +51,8 @@ void CacheStorageBlobToDiskCache::StreamBlobToCache(
entry_ = std::move(entry);
callback_ = callback;
request_context_getter_ = request_context_getter;
+ LOG(ERROR) << "Streaming blob to cache!";
+ CHECK(!blob_data_handle->IsBroken());
blob_request_ = storage::BlobProtocolHandler::CreateBlobRequest(
std::move(blob_data_handle),
« no previous file with comments | « no previous file | content/browser/cache_storage/cache_storage_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698