| 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 8693a1a6ba1e54092655b0d6de6db74e37abbfed..3b738a44a378a239092820a0cec6f5b69f7c944f 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -119,7 +119,6 @@ class CONTENT_EXPORT IndexedDBDatabase
|
| }
|
|
|
| void TransactionCreated(IndexedDBTransaction* transaction);
|
| - void TransactionStarted(IndexedDBTransaction* transaction);
|
| void TransactionFinished(IndexedDBTransaction* transaction, bool committed);
|
|
|
| // Called by transactions to report failure committing to the backing store.
|
| @@ -292,7 +291,6 @@ class CONTENT_EXPORT IndexedDBDatabase
|
| scoped_refptr<IndexedDBFactory> factory_;
|
|
|
| IndexedDBTransactionCoordinator transaction_coordinator_;
|
| - IndexedDBTransaction* running_version_change_transaction_;
|
|
|
| typedef std::map<int64, IndexedDBTransaction*> TransactionMap;
|
| TransactionMap transactions_;
|
|
|