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

Unified Diff: trunk/src/content/browser/indexed_db/leveldb/leveldb_database.h

Issue 216433007: Revert 260147 "Handling LevelDB errors encountered after open." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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/leveldb/leveldb_database.h
===================================================================
--- trunk/src/content/browser/indexed_db/leveldb/leveldb_database.h (revision 260206)
+++ trunk/src/content/browser/indexed_db/leveldb/leveldb_database.h (working copy)
@@ -87,7 +87,6 @@
scoped_ptr<LevelDBIterator> CreateIterator(const LevelDBSnapshot* = 0);
const LevelDBComparator* Comparator() const;
void Compact(const base::StringPiece& start, const base::StringPiece& stop);
- void CompactAll();
protected:
LevelDBDatabase();

Powered by Google App Engine
This is Rietveld 408576698