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

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

Issue 2865243002: Implement chrome://blob-internals with network service. (Closed)
Patch Set: self nit Created 3 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
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,

Powered by Google App Engine
This is Rietveld 408576698