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

Unified Diff: content/browser/indexed_db/indexed_db_database.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
Index: content/browser/indexed_db/indexed_db_database.h
diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
index c8bad41683292da614f73b7aaecbd709d18041ae..febaa3b2c453978aa1d93fbf3ae451ae9172dd7f 100644
--- a/content/browser/indexed_db/indexed_db_database.h
+++ b/content/browser/indexed_db/indexed_db_database.h
@@ -41,7 +41,6 @@ class IndexedDBFactory;
class IndexedDBKey;
class IndexedDBKeyPath;
class IndexedDBKeyRange;
-class IndexedDBObserverChanges;
class IndexedDBTransaction;
struct IndexedDBValue;
@@ -150,7 +149,7 @@ class CONTENT_EXPORT IndexedDBDatabase
blink::WebIDBOperationType type,
const IndexedDBKeyRange& key_range);
void SendObservations(
- std::map<int32_t, std::unique_ptr<IndexedDBObserverChanges>> change_map);
+ std::map<int32_t, ::indexed_db::mojom::ObserverChangesPtr> change_map);
void Get(int64_t transaction_id,
int64_t object_store_id,
« no previous file with comments | « content/browser/indexed_db/indexed_db_callbacks.cc ('k') | content/browser/indexed_db/indexed_db_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698