| 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;
|
|
|
|
|