Index: content/browser/indexed_db/indexed_db_fake_backing_store.cc |
diff --git a/content/browser/indexed_db/indexed_db_fake_backing_store.cc b/content/browser/indexed_db/indexed_db_fake_backing_store.cc |
index 6773d1bba5d6437506d01422f1856f57a91da069..c77a691fe2e429a6e8806df7c46f66e537b79426 100644 |
--- a/content/browser/indexed_db/indexed_db_fake_backing_store.cc |
+++ b/content/browser/indexed_db/indexed_db_fake_backing_store.cc |
@@ -70,6 +70,13 @@ leveldb::Status IndexedDBFakeBackingStore::CreateObjectStore( |
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, |