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

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

Issue 134503003: Revert 244240 "IndexedDBFactory now ForceCloses databases." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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_database.h
===================================================================
--- trunk/src/content/browser/indexed_db/indexed_db_database.h (revision 244272)
+++ trunk/src/content/browser/indexed_db/indexed_db_database.h (working copy)
@@ -90,7 +90,6 @@
const std::vector<int64>& object_store_ids,
uint16 mode);
void Close(IndexedDBConnection* connection, bool forced);
- void ForceClose();
void Commit(int64 transaction_id);
void Abort(int64 transaction_id);

Powered by Google App Engine
This is Rietveld 408576698