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

Unified Diff: storage/browser/blob/blob_data_builder.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
Index: storage/browser/blob/blob_data_builder.h
diff --git a/storage/browser/blob/blob_data_builder.h b/storage/browser/blob/blob_data_builder.h
index eabe7162e713a37c849366e9a2fac180a82ed3f4..088ceb755d79d2ebe295ffeab8bcbd3ad8047e9c 100644
--- a/storage/browser/blob/blob_data_builder.h
+++ b/storage/browser/blob/blob_data_builder.h
@@ -44,6 +44,8 @@ class STORAGE_EXPORT BlobDataBuilder {
static uint64_t GetFutureFileID(const DataElement& element);
explicit BlobDataBuilder(const std::string& uuid);
+ BlobDataBuilder(BlobDataBuilder&&);
+ BlobDataBuilder& operator=(BlobDataBuilder&&);
~BlobDataBuilder();
const std::string& uuid() const { return uuid_; }
« no previous file with comments | « storage/browser/blob/blob_async_transport_request_builder.cc ('k') | storage/browser/blob/blob_data_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698