| 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 0589ae0fd41baea60f25ee2b9d37029e560ae10d..5bba0440a3a16a36cbe01fed051631aa78332881 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -67,7 +67,6 @@
|
| #include "content/browser/fileapi/chrome_blob_storage_context.h"
|
| #include "content/browser/fileapi/fileapi_message_filter.h"
|
| #include "content/browser/frame_host/render_frame_message_filter.h"
|
| -#include "content/browser/geofencing/geofencing_dispatcher_host.h"
|
| #include "content/browser/gpu/browser_gpu_memory_buffer_manager.h"
|
| #include "content/browser/gpu/compositor_util.h"
|
| #include "content/browser/gpu/gpu_data_manager_impl.h"
|
| @@ -1006,8 +1005,6 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| #if defined(OS_ANDROID)
|
| AddFilter(new ScreenOrientationMessageFilterAndroid());
|
| #endif
|
| - AddFilter(new GeofencingDispatcherHost(
|
| - storage_partition_impl_->GetGeofencingManager()));
|
|
|
| bool enable_web_bluetooth =
|
| browser_command_line.HasSwitch(switches::kEnableWebBluetooth);
|
|
|