| Index: content/browser/indexed_db/indexed_db_transaction_coordinator.h
|
| diff --git a/content/browser/indexed_db/indexed_db_transaction_coordinator.h b/content/browser/indexed_db/indexed_db_transaction_coordinator.h
|
| index a5d543c1d8ce942ae75ec84f9b7066f99e825af0..a483dfb8589202d1a5d948ed067d09949adb54ed 100644
|
| --- a/content/browser/indexed_db/indexed_db_transaction_coordinator.h
|
| +++ b/content/browser/indexed_db/indexed_db_transaction_coordinator.h
|
| @@ -25,7 +25,9 @@ class IndexedDBTransactionCoordinator {
|
|
|
| // Called by transactions as they start and finish.
|
| void DidCreateTransaction(scoped_refptr<IndexedDBTransaction> transaction);
|
| - void DidFinishTransaction(scoped_refptr<IndexedDBTransaction> transaction);
|
| + void DidFinishTransaction(IndexedDBTransaction* transaction);
|
| +
|
| + bool IsRunningVersionChangeTransaction() const;
|
|
|
| #ifndef NDEBUG
|
| bool IsActive(IndexedDBTransaction* transaction);
|
|
|