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

Unified Diff: content/browser/indexed_db/indexed_db_database.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/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 49cf2372f38e41df9118d84056c667a0660cd129..e1fd3b07e11e814633019cded3df008a5fe00e8e 100644
--- a/content/browser/indexed_db/indexed_db_database.h
+++ b/content/browser/indexed_db/indexed_db_database.h
@@ -40,7 +40,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,

Powered by Google App Engine
This is Rietveld 408576698