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

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

Issue 1234813004: [BlobAsync] Asynchronous Blob Construction Final Patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-protocol-change
Patch Set: Comments Created 4 years, 9 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 876df990da7cbbd0654dbc3e4695846b24a75a6d..ca6782be333271e659ff6fc1a497f6a92d231303 100644
--- a/storage/browser/blob/view_blob_internals_job.h
+++ b/storage/browser/blob/view_blob_internals_job.h
@@ -43,6 +43,8 @@ class STORAGE_EXPORT ViewBlobInternalsJob
void GenerateHTML(std::string* out) const;
static void GenerateHTMLForBlobData(const InternalBlobData& blob_data,
+ const std::string& content_type,
+ const std::string& content_disposition,
int refcount,
std::string* out);

Powered by Google App Engine
This is Rietveld 408576698