| 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 f5eb3e4bef421ddd7566e3ce7065ffd030413593..3a81b52b2b6b7a61f4ae2e36823b8cdbe732304f 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -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);
|
|
|