| Index: trunk/src/content/browser/indexed_db/indexed_db_fake_backing_store.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/indexed_db/indexed_db_fake_backing_store.cc (revision 273772)
|
| +++ trunk/src/content/browser/indexed_db/indexed_db_fake_backing_store.cc (working copy)
|
| @@ -70,13 +70,6 @@
|
| return leveldb::Status::OK();
|
| }
|
|
|
| -leveldb::Status IndexedDBFakeBackingStore::DeleteObjectStore(
|
| - Transaction* transaction,
|
| - int64 database_id,
|
| - int64 object_store_id) {
|
| - return leveldb::Status::OK();
|
| -}
|
| -
|
| leveldb::Status IndexedDBFakeBackingStore::PutRecord(
|
| IndexedDBBackingStore::Transaction* transaction,
|
| int64 database_id,
|
|
|