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

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

Issue 2940553003: Failure in reading Blob URL should results in network error
Patch Set: . Created 3 years, 6 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 | « content/browser/frame_host/frame_tree_browsertest.cc ('k') | storage/browser/blob/blob_url_request_job.cc » ('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.h
diff --git a/storage/browser/blob/blob_url_request_job.h b/storage/browser/blob/blob_url_request_job.h
index 3eb264c52c9a43c5e17036d9ab8b71a8d5912a31..18b1a8ab035f723ccdc0004bde85dbcb5c8ed2dd 100644
--- a/storage/browser/blob/blob_url_request_job.h
+++ b/storage/browser/blob/blob_url_request_job.h
@@ -62,9 +62,6 @@ class STORAGE_EXPORT BlobURLRequestJob
net::HttpByteRange* byte_range,
int64_t* content_size);
- // Helper method to map from a net error to an http status code.
- static net::HttpStatusCode NetErrorToHttpStatusCode(int error_code);
-
protected:
~BlobURLRequestJob() override;
« no previous file with comments | « content/browser/frame_host/frame_tree_browsertest.cc ('k') | storage/browser/blob/blob_url_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698