Index: content/browser/indexed_db/indexed_db_dispatcher_host.cc |
=================================================================== |
--- content/browser/indexed_db/indexed_db_dispatcher_host.cc (revision 252600) |
+++ content/browser/indexed_db/indexed_db_dispatcher_host.cc (working copy) |
@@ -33,8 +33,7 @@ |
IndexedDBDispatcherHost::IndexedDBDispatcherHost( |
IndexedDBContextImpl* indexed_db_context) |
- : BrowserMessageFilter(IndexedDBMsgStart), |
- indexed_db_context_(indexed_db_context), |
+ : indexed_db_context_(indexed_db_context), |
database_dispatcher_host_(new DatabaseDispatcherHost(this)), |
cursor_dispatcher_host_(new CursorDispatcherHost(this)) { |
DCHECK(indexed_db_context_); |