| 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 e6df625995260a1880ca0af522c5ceaff11abee8..ac362c58da9af615b425f35016c266df42c99215 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -930,7 +930,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| AddFilter(new GeofencingDispatcherHost(
|
| storage_partition_impl_->GetGeofencingManager()));
|
| if (browser_command_line.HasSwitch(switches::kEnableWebBluetooth)) {
|
| - bluetooth_dispatcher_host_ = new BluetoothDispatcherHost();
|
| + bluetooth_dispatcher_host_ = new BluetoothDispatcherHost(GetID());
|
| AddFilter(bluetooth_dispatcher_host_.get());
|
| }
|
| }
|
|
|