| Index: storage/browser/blob/view_blob_internals_job.h
|
| diff --git a/storage/browser/blob/view_blob_internals_job.h b/storage/browser/blob/view_blob_internals_job.h
|
| index b1490fb86f6fa4c4e29e33b743ba6f25d33700a9..ddb577257420719db2b229db9b0a1ca8cb7e9273 100644
|
| --- a/storage/browser/blob/view_blob_internals_job.h
|
| +++ b/storage/browser/blob/view_blob_internals_job.h
|
| @@ -38,10 +38,11 @@ class STORAGE_EXPORT ViewBlobInternalsJob
|
| bool IsRedirectResponse(GURL* location, int* http_status_code) override;
|
| void Kill() override;
|
|
|
| + static std::string GenerateHTML(BlobStorageContext* blob_storage_context);
|
| +
|
| private:
|
| ~ViewBlobInternalsJob() override;
|
|
|
| - void GenerateHTML(std::string* out) const;
|
| static void GenerateHTMLForBlobData(const BlobEntry& blob_data,
|
| const std::string& content_type,
|
| const std::string& content_disposition,
|
|
|