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

Unified Diff: Source/modules/indexeddb/IDBDatabase.h

Issue 235933013: Add the backchannel for Blobs to be received into Blink from the database backend. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rolled in feedback Created 6 years, 8 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: Source/modules/indexeddb/IDBDatabase.h
diff --git a/Source/modules/indexeddb/IDBDatabase.h b/Source/modules/indexeddb/IDBDatabase.h
index 1a80ba8a5e433f3786ea634cb58a22a1ebd698df..ca4e2d6d8fcfa1bdea52195d6282b7e8255ce06e 100644
--- a/Source/modules/indexeddb/IDBDatabase.h
+++ b/Source/modules/indexeddb/IDBDatabase.h
@@ -113,6 +113,8 @@ public:
static int64_t nextTransactionId();
+ void ackReceivedBlobs(const Vector<blink::WebBlobInfo>*);
+
static const char indexDeletedErrorMessage[];
static const char isKeyCursorErrorMessage[];
static const char noKeyOrKeyRangeErrorMessage[];

Powered by Google App Engine
This is Rietveld 408576698