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

Unified Diff: storage/common/blob_storage/blob_item_bytes_response.h

Issue 1528233004: [Blob] Blob paging to disk patch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-disk1
Patch Set: Created 5 years 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/common/blob_storage/blob_item_bytes_response.h
diff --git a/storage/common/blob_storage/blob_item_bytes_response.h b/storage/common/blob_storage/blob_item_bytes_response.h
index 344cc7db5e82d5a4943ab22e93f5e9ccda3b11cc..3abd37c844d67e457d7e69940d237408a9c21d72 100644
--- a/storage/common/blob_storage/blob_item_bytes_response.h
+++ b/storage/common/blob_storage/blob_item_bytes_response.h
@@ -11,6 +11,7 @@
#include <vector>
#include "base/basictypes.h"
+#include "base/time/time.h"
#include "storage/common/storage_common_export.h"
namespace storage {
@@ -32,6 +33,7 @@ struct STORAGE_COMMON_EXPORT BlobItemBytesResponse {
size_t request_number;
std::vector<char> inline_data;
+ base::Time time_modified;
};
STORAGE_COMMON_EXPORT void PrintTo(const BlobItemBytesResponse& response,
« no previous file with comments | « storage/browser/blob/shareable_blob_data_item.cc ('k') | storage/common/blob_storage/blob_storage_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698