| 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 43d244a1af6b110187cd91085bf071ce61414f77..8b1d22291f0c5e1321bbe49e5b5db63584616d8e 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,10 @@ class IndexedDBFakeBackingStore : public IndexedDBBackingStore {
|
| const IndexedDBKeyPath&,
|
| bool auto_increment) OVERRIDE;
|
|
|
| + virtual leveldb::Status DeleteObjectStore(Transaction* transaction,
|
| + int64 database_id,
|
| + int64 object_store_id) OVERRIDE;
|
| +
|
| virtual leveldb::Status PutRecord(
|
| IndexedDBBackingStore::Transaction* transaction,
|
| int64 database_id,
|
|
|