Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: trunk/src/content/browser/indexed_db/indexed_db_fake_backing_store.cc

Issue 301973008: Revert 273757 "Change instances of s.IsCorruption() to leveldb_e..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/content/browser/indexed_db/indexed_db_fake_backing_store.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « trunk/src/content/browser/indexed_db/indexed_db_fake_backing_store.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698