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

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

Issue 2500263003: Port messages sent by WebIDBCursorImpl to Mojo. (Closed)
Patch Set: Address dcheng@'s comments. 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/webidbfactory_impl.h
diff --git a/content/child/indexed_db/webidbfactory_impl.h b/content/child/indexed_db/webidbfactory_impl.h
index 0e4f0ee804311798165da26f8773c54f29662f92..c5e21d5c7b52f732debd8a569883239a9812749a 100644
--- a/content/child/indexed_db/webidbfactory_impl.h
+++ b/content/child/indexed_db/webidbfactory_impl.h
@@ -22,12 +22,10 @@ class SyncMessageFilter;
}
namespace content {
-class ThreadSafeSender;
class WebIDBFactoryImpl : public blink::WebIDBFactory {
public:
WebIDBFactoryImpl(scoped_refptr<IPC::SyncMessageFilter> sync_message_filter,
- scoped_refptr<ThreadSafeSender> thread_safe_sender,
scoped_refptr<base::SingleThreadTaskRunner> io_runner);
~WebIDBFactoryImpl() override;
@@ -48,7 +46,6 @@ class WebIDBFactoryImpl : public blink::WebIDBFactory {
class IOThreadHelper;
IOThreadHelper* io_helper_;
- scoped_refptr<ThreadSafeSender> thread_safe_sender_;
scoped_refptr<base::SingleThreadTaskRunner> io_runner_;
};
« no previous file with comments | « content/child/indexed_db/webidbdatabase_impl_unittest.cc ('k') | content/child/indexed_db/webidbfactory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698