Index: trunk/src/content/browser/indexed_db/indexed_db_factory.h |
=================================================================== |
--- trunk/src/content/browser/indexed_db/indexed_db_factory.h (revision 260206) |
+++ trunk/src/content/browser/indexed_db/indexed_db_factory.h (working copy) |
@@ -50,12 +50,12 @@ |
const base::FilePath& data_directory); |
void HandleBackingStoreFailure(const GURL& origin_url); |
- void HandleBackingStoreCorruption(const GURL& origin_url, |
- const IndexedDBDatabaseError& error); |
std::pair<OriginDBMapIterator, OriginDBMapIterator> GetOpenDatabasesForOrigin( |
const GURL& origin_url) const; |
+ // Called by IndexedDBContext after all connections are closed, to |
+ // ensure the backing store closed immediately. |
void ForceClose(const GURL& origin_url); |
// Called by the IndexedDBContext destructor so the factory can do cleanup. |