Chromium Code Reviews| Index: content/child/indexed_db/indexed_db_dispatcher.h |
| diff --git a/content/child/indexed_db/indexed_db_dispatcher.h b/content/child/indexed_db/indexed_db_dispatcher.h |
| index 33b4b09b542adc0000a522ac8c00feee331fe613..f6d3c62dee1b0c3d32bb639b3f36730380f6382f 100644 |
| --- a/content/child/indexed_db/indexed_db_dispatcher.h |
| +++ b/content/child/indexed_db/indexed_db_dispatcher.h |
| @@ -15,6 +15,7 @@ |
| #include "content/child/worker_task_runner.h" |
| #include "content/common/content_export.h" |
| #include "ipc/ipc_sync_message_filter.h" |
| +#include "third_party/WebKit/public/platform/WebBlobInfo.h" |
| #include "third_party/WebKit/public/platform/WebIDBCallbacks.h" |
| #include "third_party/WebKit/public/platform/WebIDBCursor.h" |
| #include "third_party/WebKit/public/platform/WebIDBDatabase.h" |
| @@ -131,6 +132,7 @@ class CONTENT_EXPORT IndexedDBDispatcher : public WorkerTaskRunner::Observer { |
| int64 transaction_id, |
| int64 object_store_id, |
| const blink::WebData& value, |
| + const blink::WebVector<blink::WebBlobInfo>& webBlobInfo, |
|
jsbell
2014/04/09 20:11:08
Fix case of this parameter as well?
ericu
2014/04/09 21:14:47
Done.
|
| const IndexedDBKey& key, |
| blink::WebIDBDatabase::PutMode put_mode, |
| blink::WebIDBCallbacks* callbacks, |