Index: trunk/src/content/browser/indexed_db/indexed_db_fake_backing_store.h |
=================================================================== |
--- trunk/src/content/browser/indexed_db/indexed_db_fake_backing_store.h (revision 273772) |
+++ trunk/src/content/browser/indexed_db/indexed_db_fake_backing_store.h (working copy) |
@@ -44,10 +44,6 @@ |
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, |