| Index: content/browser/indexed_db/indexed_db_database.h
|
| diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
|
| index 3a40282a51c761743a69bbbefb49404862c7ba26..73478a42ff8f807cfe705de783e2243d5aac10f9 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -79,7 +79,8 @@ class CONTENT_EXPORT IndexedDBDatabase
|
| const base::string16& name);
|
|
|
| void OpenConnection(std::unique_ptr<IndexedDBPendingConnection> connection);
|
| - void DeleteDatabase(scoped_refptr<IndexedDBCallbacks> callbacks);
|
| + void DeleteDatabase(scoped_refptr<IndexedDBCallbacks> callbacks,
|
| + bool force_close);
|
| const IndexedDBDatabaseMetadata& metadata() const { return metadata_; }
|
|
|
| void CreateObjectStore(IndexedDBTransaction* transaction,
|
|
|