Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1151)

Unified Diff: content/browser/indexed_db/indexed_db_transaction_coordinator.h

Issue 2601983002: [IndexedDB] Adding transaction and value support to observers (Closed)
Patch Set: Transactions working Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698