| 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);
|
|
|