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 04f449ce28c37a43559e0424ec54c86e894719c5..d1815ae07464654f1274ef5035329919a5fb7e85 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -2793,11 +2793,6 @@ void RenderProcessHostImpl::GetAudioOutputControllers( |
audio_renderer_host()->GetOutputControllers(callback); |
} |
-BluetoothAdapterFactoryWrapper* |
-RenderProcessHostImpl::GetBluetoothAdapterFactoryWrapper() { |
- return &bluetooth_adapter_factory_wrapper_; |
-} |
- |
void RenderProcessHostImpl::RecomputeAndUpdateWebKitPreferences() { |
// We are updating all widgets including swapped out ones. |
std::unique_ptr<RenderWidgetHostIterator> widgets( |