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

Unified Diff: content/common/child_thread.h

Issue 8747002: Dispatch IndexedDB IPC messages to worker threads (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang-enforced style violations Created 9 years 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/common/child_thread.h
diff --git a/content/common/child_thread.h b/content/common/child_thread.h
index acb1e3ab4781dd23cdeea83afbca6489fa032bd2..58fa1adb0eba597bfe39fb37ae0ed6436102cb5a 100644
--- a/content/common/child_thread.h
+++ b/content/common/child_thread.h
@@ -14,6 +14,7 @@
#include "webkit/glue/resource_loader_bridge.h"
class FileSystemDispatcher;
+class IndexedDBMessageFilter;
class MessageLoop;
class QuotaDispatcher;
class ResourceDispatcher;
@@ -140,6 +141,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Channel::Listener,
scoped_ptr<QuotaDispatcher> quota_dispatcher_;
+ scoped_refptr<IndexedDBMessageFilter> idb_message_filter_;
+
DISALLOW_COPY_AND_ASSIGN(ChildThread);
};

Powered by Google App Engine
This is Rietveld 408576698