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

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

Issue 2511403003: Send IndexedDB observations through IDBDatabaseCallbacks. (Closed)
Patch Set: Remove unnecessary forward declaration. 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
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/indexed_db/indexed_db_database_callbacks_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/indexed_db/indexed_db_database_callbacks_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698