| 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 0103ce7ebffa6b0f5281ed07a0c7c184b3a394ea..12b9ae1e4cdf7c6e0cdda83c6a1804e87b548194 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -54,6 +54,7 @@
|
| #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/compositor_util.h"
|
| #include "content/browser/gpu/gpu_data_manager_impl.h"
|
| #include "content/browser/gpu/gpu_process_host.h"
|
| @@ -859,6 +860,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| #if defined(OS_ANDROID)
|
| AddFilter(new ScreenOrientationMessageFilterAndroid());
|
| #endif
|
| + AddFilter(new GeofencingDispatcherHost());
|
| }
|
|
|
| int RenderProcessHostImpl::GetNextRoutingID() {
|
|
|