| 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 865ddc7c9c6dce9820c9d3064445c8c3db7934e6..a092c6590459d11d42dc4ca2ec47dee2c5384826 100644
|
| --- a/content/browser/indexed_db/indexed_db_transaction_coordinator.h
|
| +++ b/content/browser/indexed_db/indexed_db_transaction_coordinator.h
|
| @@ -27,6 +27,7 @@ class IndexedDBTransactionCoordinator {
|
|
|
| // Called by transactions as they start and finish.
|
| void DidCreateTransaction(IndexedDBTransaction* transaction);
|
| + void DidCreateObserverTransaction(IndexedDBTransaction* transaction);
|
| void DidFinishTransaction(IndexedDBTransaction* transaction);
|
|
|
| bool IsRunningVersionChangeTransaction() const;
|
|
|