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

Unified Diff: content/child/indexed_db/indexed_db_database_callbacks_impl.h

Issue 2511403003: Send IndexedDB observations through IDBDatabaseCallbacks. (Closed)
Patch Set: Rebased. Created 4 years, 1 month 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/child/indexed_db/indexed_db_database_callbacks_impl.h
diff --git a/content/child/indexed_db/indexed_db_database_callbacks_impl.h b/content/child/indexed_db/indexed_db_database_callbacks_impl.h
index 992bfaf899182e7ffcea0ae9de1f78ca10bff73d..a466345a3b77f7e204125403d58ee0f42477fc86 100644
--- a/content/child/indexed_db/indexed_db_database_callbacks_impl.h
+++ b/content/child/indexed_db/indexed_db_database_callbacks_impl.h
@@ -27,6 +27,7 @@ class IndexedDBDatabaseCallbacksImpl
int32_t code,
const base::string16& message) override;
void Complete(int64_t transaction_id) override;
+ void Changes(indexed_db::mojom::ObserverChangesPtr changes) override;
private:
scoped_refptr<base::SingleThreadTaskRunner> callback_runner_;

Powered by Google App Engine
This is Rietveld 408576698