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

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

Issue 2370643004: Port messages sent by WebIDBFactoryImpl to Mojo. (Closed)
Patch Set: Address last nits and fix leaks in unit tests. Created 4 years, 2 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
« no previous file with comments | « content/child/indexed_db/mock_webidbcallbacks.h ('k') | content/child/indexed_db/webidbdatabase_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/indexed_db/webidbdatabase_impl.h
diff --git a/content/child/indexed_db/webidbdatabase_impl.h b/content/child/indexed_db/webidbdatabase_impl.h
index f25677d2732cbb14c8555b4f60e0757f796ed755..a348a4da24e8ddf93bfb25ba59752253bb2409bb 100644
--- a/content/child/indexed_db/webidbdatabase_impl.h
+++ b/content/child/indexed_db/webidbdatabase_impl.h
@@ -28,7 +28,6 @@ class ThreadSafeSender;
class WebIDBDatabaseImpl : public blink::WebIDBDatabase {
public:
WebIDBDatabaseImpl(int32_t ipc_database_id,
- int32_t ipc_database_callbacks_id,
ThreadSafeSender* thread_safe_sender);
~WebIDBDatabaseImpl() override;
@@ -126,7 +125,6 @@ class WebIDBDatabaseImpl : public blink::WebIDBDatabase {
private:
int32_t ipc_database_id_;
- int32_t ipc_database_callbacks_id_;
std::set<int32_t> observer_ids_;
scoped_refptr<ThreadSafeSender> thread_safe_sender_;
};
« no previous file with comments | « content/child/indexed_db/mock_webidbcallbacks.h ('k') | content/child/indexed_db/webidbdatabase_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698