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

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

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
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,

Powered by Google App Engine
This is Rietveld 408576698