Chromium Code Reviews| Index: content/browser/indexed_db/indexed_db_factory.h |
| diff --git a/content/browser/indexed_db/indexed_db_factory.h b/content/browser/indexed_db/indexed_db_factory.h |
| index af2ba5427fdc672f22ff4eadbbd269703942f2eb..de2e1dd75aae858715456e821ca8f530cd9aa832 100644 |
| --- a/content/browser/indexed_db/indexed_db_factory.h |
| +++ b/content/browser/indexed_db/indexed_db_factory.h |
| @@ -50,12 +50,12 @@ class CONTENT_EXPORT IndexedDBFactory |
| const base::FilePath& data_directory); |
| void HandleBackingStoreFailure(const GURL& origin_url); |
|
jsbell
2014/03/26 18:16:58
Maybe we should rename this to ...IOError ?
cmumford
2014/03/26 21:40:36
Well a full disk is an IOError, but that won't res
jsbell
2014/03/26 22:49:00
SGTM.
|
| + 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. |