| 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 c90a389d06a569acaaaf3bb8d3165d843911f3b3..bc58e06425e5303f494e8d674c6827377533afd7 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -875,7 +875,8 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| #if defined(OS_ANDROID)
|
| AddFilter(new ScreenOrientationMessageFilterAndroid());
|
| #endif
|
| - AddFilter(new GeofencingDispatcherHost(browser_context_));
|
| + AddFilter(new GeofencingDispatcherHost(
|
| + storage_partition_impl_->GetGeofencingManager()));
|
| }
|
|
|
| int RenderProcessHostImpl::GetNextRoutingID() {
|
|
|