| Index: content/child/indexed_db/webidbdatabase_impl.h
|
| diff --git a/content/child/indexed_db/webidbdatabase_impl.h b/content/child/indexed_db/webidbdatabase_impl.h
|
| index 9b38e6466e363742069716965b2bdba80120d62f..8bdf59af6d9cc78c1564072ca453c52893a59407 100644
|
| --- a/content/child/indexed_db/webidbdatabase_impl.h
|
| +++ b/content/child/indexed_db/webidbdatabase_impl.h
|
| @@ -93,6 +93,8 @@ class WebIDBDatabaseImpl : public blink::WebIDBDatabase {
|
| long long indexId);
|
| virtual void abort(long long transaction_id);
|
| virtual void commit(long long transaction_id);
|
| + virtual void ackReceivedBlobs(
|
| + const blink::WebVector<blink::WebString>& uuids);
|
|
|
| private:
|
| int32 ipc_database_id_;
|
|
|