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

Unified Diff: content/child/indexed_db/indexed_db_dispatcher_unittest.cc

Issue 2343033002: IPC: Delete thread-safe send support (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | content/child/indexed_db/webidbcursor_impl_unittest.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_dispatcher_unittest.cc
diff --git a/content/child/indexed_db/indexed_db_dispatcher_unittest.cc b/content/child/indexed_db/indexed_db_dispatcher_unittest.cc
index 029689f388eb7b134735e19390b0546b11017829..0acc1f143da50df7761be82ee236f08732068ee2 100644
--- a/content/child/indexed_db/indexed_db_dispatcher_unittest.cc
+++ b/content/child/indexed_db/indexed_db_dispatcher_unittest.cc
@@ -54,8 +54,7 @@ class MockDispatcher : public IndexedDBDispatcher {
class MockSyncMessageFilter : public IPC::SyncMessageFilter {
public:
- MockSyncMessageFilter()
- : SyncMessageFilter(nullptr, false /* is_channel_send_thread_safe */) {}
+ MockSyncMessageFilter() : SyncMessageFilter(nullptr) {}
private:
~MockSyncMessageFilter() override {}
« no previous file with comments | « no previous file | content/child/indexed_db/webidbcursor_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698