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

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

Issue 2448353002: [BlobAsync] Moving async handling into BlobStorageContext & quota out. (Closed)
Patch Set: comments Created 4 years, 1 month 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 | « storage/browser/blob/shareable_blob_data_item.cc ('k') | storage/browser/blob/view_blob_internals_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ca6782be333271e659ff6fc1a497f6a92d231303..b1490fb86f6fa4c4e29e33b743ba6f25d33700a9 100644
--- a/storage/browser/blob/view_blob_internals_job.h
+++ b/storage/browser/blob/view_blob_internals_job.h
@@ -18,7 +18,7 @@ class URLRequest;
namespace storage {
-class InternalBlobData;
+class BlobEntry;
class BlobStorageContext;
// A job subclass that implements a protocol to inspect the internal
@@ -42,7 +42,7 @@ class STORAGE_EXPORT ViewBlobInternalsJob
~ViewBlobInternalsJob() override;
void GenerateHTML(std::string* out) const;
- static void GenerateHTMLForBlobData(const InternalBlobData& blob_data,
+ static void GenerateHTMLForBlobData(const BlobEntry& blob_data,
const std::string& content_type,
const std::string& content_disposition,
int refcount,
« no previous file with comments | « storage/browser/blob/shareable_blob_data_item.cc ('k') | storage/browser/blob/view_blob_internals_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698