Chromium Code Reviews| Index: content/browser/renderer_host/render_process_host_impl.cc |
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
| index 7abfcf9a5858bbc62f45e27e712e0614cb274c96..e5e940e809a5d6cd29e96bae699ebf0f03e8601c 100644 |
| --- a/content/browser/renderer_host/render_process_host_impl.cc |
| +++ b/content/browser/renderer_host/render_process_host_impl.cc |
| @@ -611,7 +611,6 @@ void RenderProcessHostImpl::CreateMessageFilters() { |
| GetID(), |
| storage_partition_impl_->GetDOMStorageContext())); |
| AddFilter(new IndexedDBDispatcherHost( |
| - GetID(), |
|
jsbell
2013/11/14 23:34:12
Other types (e.g. DOMStorage) maintain some per-re
|
| storage_partition_impl_->GetIndexedDBContext())); |
| scoped_refptr<ServiceWorkerDispatcherHost> service_worker_filter = |