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 24b7c73cf47560da11786f47ce94bdb74183388f..de3e1a54aaa5e000ee931229812a7077daa0ff3c 100644 |
| --- a/content/browser/renderer_host/render_process_host_impl.cc |
| +++ b/content/browser/renderer_host/render_process_host_impl.cc |
| @@ -549,8 +549,7 @@ void RenderProcessHostImpl::CreateMessageFilters() { |
| GetID(), |
| storage_partition_impl_->GetDOMStorageContext())); |
| channel_->AddFilter(new IndexedDBDispatcherHost(GetID(), |
| - static_cast<IndexedDBContextImpl*>( |
| - BrowserContext::GetIndexedDBContext(browser_context)))); |
| + storage_partition_impl_->GetIndexedDBContext())); |
|
Charlie Reis
2012/09/15 00:55:58
nit: wrong indent
awong
2012/09/15 01:19:37
Done.
|
| channel_->AddFilter(GeolocationDispatcherHost::New( |
| GetID(), browser_context->GetGeolocationPermissionContext())); |
| gpu_message_filter_ = new GpuMessageFilter(GetID(), widget_helper_.get()); |