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

Unified Diff: content/child/indexed_db/proxy_webidbdatabase_impl.h

Issue 18023022: Blob support for IDB [Chromium] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge fixes [builds, untested] Created 7 years, 3 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: content/child/indexed_db/proxy_webidbdatabase_impl.h
diff --git a/content/child/indexed_db/proxy_webidbdatabase_impl.h b/content/child/indexed_db/proxy_webidbdatabase_impl.h
index ce8f0f333ebc7f66899409588a11cc6fb59d257a..7c5f3bef86fe6c4d65b377979a3c7aea085046aa 100644
--- a/content/child/indexed_db/proxy_webidbdatabase_impl.h
+++ b/content/child/indexed_db/proxy_webidbdatabase_impl.h
@@ -10,6 +10,7 @@
#include "third_party/WebKit/public/platform/WebIDBDatabase.h"
namespace WebKit {
+class WebBlobInfo;
class WebIDBCallbacks;
class WebIDBDatabaseCallbacks;
class WebString;
@@ -50,6 +51,7 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
virtual void put(long long transactionId,
long long objectStoreId,
const WebKit::WebData& value,
+ const WebKit::WebVector<WebKit::WebBlobInfo>& webBlobInfo,
const WebKit::WebIDBKey&,
PutMode,
WebKit::WebIDBCallbacks*,

Powered by Google App Engine
This is Rietveld 408576698