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

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

Issue 1985383002: Logging and check fail crbug/612358 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleaned up logging Created 4 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
« no previous file with comments | « storage/browser/blob/internal_blob_data.h ('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..e2a836f4a2b6d402c6c355b7598f34ca55e44573 100644
--- a/storage/browser/blob/view_blob_internals_job.h
+++ b/storage/browser/blob/view_blob_internals_job.h
@@ -10,6 +10,7 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "net/url_request/url_request_simple_job.h"
+#include "storage/browser/blob/blob_storage_registry.h"
#include "storage/browser/storage_browser_export.h"
namespace net {
@@ -42,7 +43,7 @@ class STORAGE_EXPORT ViewBlobInternalsJob
~ViewBlobInternalsJob() override;
void GenerateHTML(std::string* out) const;
- static void GenerateHTMLForBlobData(const InternalBlobData& blob_data,
+ static void GenerateHTMLForBlobData(const BlobStorageRegistry::Entry& entry,
const std::string& content_type,
const std::string& content_disposition,
int refcount,
« no previous file with comments | « storage/browser/blob/internal_blob_data.h ('k') | storage/browser/blob/view_blob_internals_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698