| Index: content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| diff --git a/content/browser/indexed_db/indexed_db_fake_backing_store.h b/content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| index 5c64370563f3ac6896ecd31104c0715f064c8f8e..43d244a1af6b110187cd91085bf071ce61414f77 100644
|
| --- a/content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| +++ b/content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| @@ -44,6 +44,15 @@ class IndexedDBFakeBackingStore : public IndexedDBBackingStore {
|
| const IndexedDBKeyPath&,
|
| bool auto_increment) OVERRIDE;
|
|
|
| + virtual leveldb::Status PutRecord(
|
| + IndexedDBBackingStore::Transaction* transaction,
|
| + int64 database_id,
|
| + int64 object_store_id,
|
| + const IndexedDBKey& key,
|
| + IndexedDBValue& value,
|
| + ScopedVector<webkit_blob::BlobDataHandle>* handles,
|
| + RecordIdentifier* record) OVERRIDE;
|
| +
|
| virtual leveldb::Status ClearObjectStore(Transaction*,
|
| int64 database_id,
|
| int64 object_store_id) OVERRIDE;
|
|
|